#AF71B4

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

Shades of Violet Blue #AF71B4

Tints of Violet Blue #AF71B4

Color information

#AF71B4 (or 0xAF71B4) is unknown color: approx Violet Blue. HEX triplet: AF, 71 and B4. RGB value is (175,113,180). Sum of RGB (Red+Green+Blue) = 175+113+180=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF71B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71B4 is #508E4B. Grayscale: #8A8A8A. Windows color (decimal): -5279308 or 11825583. OLE color: 11825583.

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

Color convert

RGB175113180-
CMYK0.030.3700.29
HSL295.52º30.88%57.45%-
HSV(B)295.52º37.22%70.59%-
XYZ31.8224.2246.18-
YUV139.18151.04153.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=37.39%
G=24.15%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751131800.030.3700.29295.5230.8857.45
HexAF71B432501D1281f39
Octal2571612643450354503771
Binary101011111110001101101001110010101110110010100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71B4; }

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

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

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

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

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

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

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

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