#AF71B0

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

Shades of Violet Blue #AF71B0

Tints of Violet Blue #AF71B0

Color information

#AF71B0 (or 0xAF71B0) is unknown color: approx Violet Blue. HEX triplet: AF, 71 and B0. RGB value is (175,113,176). Sum of RGB (Red+Green+Blue) = 175+113+176=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF71B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF71B0 is #508E4F. Grayscale: #8A8A8A. Windows color (decimal): -5279312 or 11563439. OLE color: 11563439.

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

Color convert

RGB175113176-
CMYK0.010.3600.31
HSL299.05º28.51%56.67%-
HSV(B)299.05º35.8%69.02%-
XYZ31.4224.0644.06-
YUV138.72149.04153.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 176 (69.14% from 255) = 37.93%
R=37.72%
G=24.35%
B=37.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751131760.010.3600.31299.0528.5156.67
HexAF71B012401F12b1d39
Octal2571612601440374533571
Binary10101111111000110110000110010001111110010101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF71B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF71B0; }

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

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

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

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

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

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

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

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