#AF60A4

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

Shades of Violet Blue #AF60A4

Tints of Violet Blue #AF60A4

Color information

#AF60A4 (or 0xAF60A4) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and A4. RGB value is (175,96,164). Sum of RGB (Red+Green+Blue) = 175+96+164=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF60A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60A4 is #509F5B. Grayscale: #7F7F7F. Windows color (decimal): -5283676 or 10772655. OLE color: 10772655.

HSL color Cylindrical-coordinate representation of color #AF60A4: hue angle of 308.35º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF60A4 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17596164-
CMYK00.450.060.31
HSL308.35º33.05%53.14%-
HSV(B)308.35º45.14%68.63%-
XYZ28.5620.1637.51-
YUV127.37148.67161.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=40.23%
G=22.07%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759616400.450.060.31308.3533.0553.14
HexAF60A402D61F1342135
Octal2571402440556374644165
Binary10101111110000010100100010110111011111100110100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60A4; }

 p { color: rgb(175,96,164); }

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

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

 a { background-color: rgb(175,96,164); }

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

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

 span { border-color: rgb(175,96,164); }

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