Html Css Color HEX #AF5996 Violet Blue

📋 copy color: '#AF5996'

red 175 ◦ green 89 ◦ blue 150

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

Shades of Violet Blue #AF5996

Tints of Violet Blue #AF5996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 42.27%
G = 21.5%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF5996 (or 0xAF5996) is known color: Violet Blue. HEX triplet: AF, 59 and 96. RGB value is (175,89,150). Sum of RGB (Red+Green+Blue) = 175+89+150=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5996 is #50A669. Grayscale: #797979. Windows color (decimal): -5285482 or 9853359. OLE color: 9853359.

HSL color Cylindrical-coordinate representation of color #AF5996: hue angle of 317.44º 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 #AF5996 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 89 150 -
CMYK 0 0.49 0.14 0.31
HSL 317.44º 0.35% 0.52% -
HSV(B) 317.44º 0.49% 0.69% -
XYZ 26.76 18.46 31.01 -
YUV 121.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 175 89 150 0 0.49 0.14 0.31 317.44 0.35 0.52
Hex AF 59 96 0 31 E 1F 13D 23 34
Octal 257 131 226 0 61 16 37 475 43 64
Binary 10101111 1011001 10010110 0 110001 1110 11111 100111101 100011 110100

Color Harmonies of #AF5996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5996

Black with #AF5996

Text Example


Text Example

White with #AF5996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5996; }

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

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

background-color css

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

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

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

border-color css

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

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

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