Html Css Color HEX #AF559E Violet Blue

📋 copy color: '#AF559E'

red 175 ◦ green 85 ◦ blue 158

#AF559E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #AF559E

Tints of Violet Blue #AF559E

RGB

 RED value IS 175 (68.75% from 255) = 41.87%

 GREEN value IS 85 (33.59% from 255) = 20.33%

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 41.87%
G = 20.33%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF559E (or 0xAF559E) is known color: Violet Blue. HEX triplet: AF, 55 and 9E. RGB value is (175,85,158). Sum of RGB (Red+Green+Blue) = 175+85+158=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF559E is #50AA61. Grayscale: #787878. Windows color (decimal): -5286498 or 10376623. OLE color: 10376623.

HSL color Cylindrical-coordinate representation of color #AF559E: hue angle of 311.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF559E is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 158 -
CMYK 0 0.51 0.10 0.31
HSL 311.33º 0.36% 0.51% -
HSV(B) 311.33º 0.51% 0.69% -
XYZ 27.1 18.08 34.41 -
YUV 120.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 175 85 158 0 0.51 0.10 0.31 311.33 0.36 0.51
Hex AF 55 9E 0 33 A 1F 137 24 33
Octal 257 125 236 0 63 12 37 467 44 63
Binary 10101111 1010101 10011110 0 110011 1010 11111 100110111 100100 110011

Color Harmonies of #AF559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF559E

Black with #AF559E

Text Example


Text Example

White with #AF559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF559E; }

 p { color: rgb(175,85,158); }

 H1.HeaderClassName
 {
   color: #AF559E;
 }
 .AnyTagClassName
 {
   color: #AF559E;
 }
</style>

background-color css

<style>
 a { background-color: #AF559E; }

 a { background-color: rgb(175,85,158); }

 div.DivClassName
 {
   background-color: #AF559E;
 }
 .BgClassName
 {
   background-color: #AF559E;
 }
</style>

border-color css

<style>
 span { border-color: #AF559E; }

 span { border-color: rgb(175,85,158); }

 td.TdClassName
 {
   border-color: #AF559E;
 }
 .TagClassName
 {
   border-color: #AF559E;
 }
</style>