Html Css Color HEX #AF57A2 Violet Blue

📋 copy color: '#AF57A2'

red 175 ◦ green 87 ◦ blue 162

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

Shades of Violet Blue #AF57A2

Tints of Violet Blue #AF57A2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.52%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 41.27%
G = 20.52%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF57A2 (or 0xAF57A2) is known color: Violet Blue. HEX triplet: AF, 57 and A2. RGB value is (175,87,162). Sum of RGB (Red+Green+Blue) = 175+87+162=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF57A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF57A2 is #50A85D. Grayscale: #797979. Windows color (decimal): -5285982 or 10639279. OLE color: 10639279.

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

Color convert

RGB 175 87 162 -
CMYK 0 0.50 0.07 0.31
HSL 308.86º 0.35% 0.51% -
HSV(B) 308.86º 0.5% 0.69% -
XYZ 27.61 18.54 36.31 -
YUV 121.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 175 87 162 0 0.50 0.07 0.31 308.86 0.35 0.51
Hex AF 57 A2 0 32 7 1F 135 23 33
Octal 257 127 242 0 62 7 37 465 43 63
Binary 10101111 1010111 10100010 0 110010 111 11111 100110101 100011 110011

Color Harmonies of #AF57A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57A2

Black with #AF57A2

Text Example


Text Example

White with #AF57A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57A2; }

 p { color: rgb(175,87,162); }

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

background-color css

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

 a { background-color: rgb(175,87,162); }

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

border-color css

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

 span { border-color: rgb(175,87,162); }

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