#AF60AE

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

Shades of Violet Blue #AF60AE

Tints of Violet Blue #AF60AE

Color information

#AF60AE (or 0xAF60AE) is unknown color: approx Violet Blue. HEX triplet: AF, 60 and AE. RGB value is (175,96,174). Sum of RGB (Red+Green+Blue) = 175+96+174=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF60AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60AE is #509F51. Grayscale: #808080. Windows color (decimal): -5283666 or 11428015. OLE color: 11428015.

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

Color convert

RGB17596174-
CMYK00.450.010.31
HSL300.76º33.05%53.14%-
HSV(B)300.76º45.14%68.63%-
XYZ29.520.5442.45-
YUV128.51153.67161.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=39.33%
G=21.57%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759617400.450.010.31300.7633.0553.14
HexAF60AE02D11F12d2135
Octal2571402560551374554165
Binary101011111100000101011100101101111111100101101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60AE; }

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

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

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

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

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

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

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

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