Html Css Color HEX #AF5896 Violet Blue

📋 copy color: '#AF5896'

red 175 ◦ green 88 ◦ blue 150

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

Shades of Violet Blue #AF5896

Tints of Violet Blue #AF5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.31%

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

R = 42.37%
G = 21.31%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF5896 (or 0xAF5896) is known color: Violet Blue. HEX triplet: AF, 58 and 96. RGB value is (175,88,150). Sum of RGB (Red+Green+Blue) = 175+88+150=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5896 is #50A769. Grayscale: #787878. Windows color (decimal): -5285738 or 9853103. OLE color: 9853103.

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

Color convert

RGB 175 88 150 -
CMYK 0 0.50 0.14 0.31
HSL 317.24º 0.35% 0.52% -
HSV(B) 317.24º 0.5% 0.69% -
XYZ 26.67 18.3 30.98 -
YUV 121.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 175 88 150 0 0.50 0.14 0.31 317.24 0.35 0.52
Hex AF 58 96 0 32 E 1F 13D 23 34
Octal 257 130 226 0 62 16 37 475 43 64
Binary 10101111 1011000 10010110 0 110010 1110 11111 100111101 100011 110100

Color Harmonies of #AF5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5896

Black with #AF5896

Text Example


Text Example

White with #AF5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5896; }

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

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

background-color css

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

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

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

border-color css

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

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

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