#af74ad

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

Shades of Violet Blue #AF74AD

Tints of Violet Blue #AF74AD

Color information

#AF74AD (or 0xAF74AD) is unknown color: approx Violet Blue. HEX triplet: AF, 74 and AD. RGB value is (175,116,173). Sum of RGB (Red+Green+Blue) = 175+116+173=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74AD is #508B52. Grayscale: #8B8B8B. Windows color (decimal): -5278547 or 11367599. OLE color: 11367599.

HSL color Cylindrical-coordinate representation of color #AF74AD: hue angle of 302.03º 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 #AF74AD is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB175116173-
CMYK00.340.010.31
HSL302.03º26.94%57.06%-
HSV(B)302.03º33.71%68.63%-
XYZ31.4724.6242.63-
YUV140.14146.55152.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=37.72%
G=25%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511617300.340.010.31302.0326.9457.06
HexAF74AD02211F12e1b39
Octal2571642550421374563371
Binary10101111111010010101101010001011111110010111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af74ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af74ad; }

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

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

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

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

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

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

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

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