Html Css Color HEX #AF59A6 Violet Blue

📋 copy color: '#AF59A6'

red 175 ◦ green 89 ◦ blue 166

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

Shades of Violet Blue #AF59A6

Tints of Violet Blue #AF59A6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.7%

 BLUE value IS 166 (65.23% from 255) = 38.6%

R = 40.7%
G = 20.7%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF59A6 (or 0xAF59A6) is known color: Violet Blue. HEX triplet: AF, 59 and A6. RGB value is (175,89,166). Sum of RGB (Red+Green+Blue) = 175+89+166=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF59A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF59A6 is #50A659. Grayscale: #7B7B7B. Windows color (decimal): -5285466 or 10901935. OLE color: 10901935.

HSL color Cylindrical-coordinate representation of color #AF59A6: hue angle of 306.28º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF59A6 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 89 166 -
CMYK 0 0.49 0.05 0.31
HSL 306.28º 0.35% 0.52% -
HSV(B) 306.28º 0.49% 0.69% -
XYZ 28.13 19.01 38.26 -
YUV 123.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 175 89 166 0 0.49 0.05 0.31 306.28 0.35 0.52
Hex AF 59 A6 0 31 5 1F 132 23 34
Octal 257 131 246 0 61 5 37 462 43 64
Binary 10101111 1011001 10100110 0 110001 101 11111 100110010 100011 110100

Color Harmonies of #AF59A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59A6

Black with #AF59A6

Text Example


Text Example

White with #AF59A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59A6; }

 p { color: rgb(175,89,166); }

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

background-color css

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

 a { background-color: rgb(175,89,166); }

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

border-color css

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

 span { border-color: rgb(175,89,166); }

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