#AF71AB

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

Shades of Violet Blue #AF71AB

Tints of Violet Blue #AF71AB

Color information

#AF71AB (or 0xAF71AB) is unknown color: approx Violet Blue. HEX triplet: AF, 71 and AB. RGB value is (175,113,171). Sum of RGB (Red+Green+Blue) = 175+113+171=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF71AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF71AB is #508E54. Grayscale: #898989. Windows color (decimal): -5279317 or 11235759. OLE color: 11235759.

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

Color convert

RGB175113171-
CMYK00.350.020.31
HSL303.87º27.93%56.47%-
HSV(B)303.87º35.43%68.63%-
XYZ30.9423.8641.5-
YUV138.15146.54154.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=38.13%
G=24.62%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511317100.350.020.31303.8727.9356.47
HexAF71AB02321F1301c38
Octal2571612530432374603470
Binary101011111110001101010110100011101111110011000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71AB; }

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

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

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

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

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

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

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

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