#AF74AC

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

Shades of Violet Blue #AF74AC

Tints of Violet Blue #AF74AC

Color information

#AF74AC (or 0xAF74AC) is unknown color: approx Violet Blue. HEX triplet: AF, 74 and AC. RGB value is (175,116,172). Sum of RGB (Red+Green+Blue) = 175+116+172=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74AC is #508B53. Grayscale: #8B8B8B. Windows color (decimal): -5278548 or 11302063. OLE color: 11302063.

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

Color convert

RGB175116172-
CMYK00.340.020.31
HSL303.05º26.94%57.06%-
HSV(B)303.05º33.71%68.63%-
XYZ31.3724.5842.12-
YUV140.02146.05152.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=37.80%
G=25.05%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511617200.340.020.31303.0526.9457.06
HexAF74AC02221F12f1b39
Octal2571642540422374573371
Binary101011111110100101011000100010101111110010111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF74AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF74AC; }

 p { color: rgb(175,116,172); }

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

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

 a { background-color: rgb(175,116,172); }

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

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

 span { border-color: rgb(175,116,172); }

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