#AF71B5

Color #AF71B5 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AF71B5

Tints of Violet Blue #AF71B5

Color information

#AF71B5 (or 0xAF71B5) is unknown color: approx Violet Blue. HEX triplet: AF, 71 and B5. RGB value is (175,113,181). Sum of RGB (Red+Green+Blue) = 175+113+181=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF71B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71B5 is #508E4A. Grayscale: #8B8B8B. Windows color (decimal): -5279307 or 11891119. OLE color: 11891119.

HSL color Cylindrical-coordinate representation of color #AF71B5: hue angle of 294.71º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF71B5 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175113181-
CMYK0.030.3800.29
HSL294.71º31.48%57.65%-
HSV(B)294.71º37.57%70.98%-
XYZ31.9224.2646.72-
YUV139.29151.54153.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 181 (71.09% from 255) = 38.59%
R=37.31%
G=24.09%
B=38.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751131810.030.3800.29294.7131.4857.65
HexAF71B532601D1271f3a
Octal2571612653460354473772
Binary101011111110001101101011110011001110110010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71B5; }

 p { color: rgb(175,113,181); }

 H1.HeaderClassName
 {
   color: #AF71B5;
 }
 .AnyTagClassName
 {
   color: #AF71B5;
 }
</style>
background-color css

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

 a { background-color: rgb(175,113,181); }

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

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

 span { border-color: rgb(175,113,181); }

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