#AF3CA6

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

Shades of Violet Blue #AF3CA6

Tints of Violet Blue #AF3CA6

Color information

#AF3CA6 (or 0xAF3CA6) is unknown color: approx Violet Blue. HEX triplet: AF, 3C and A6. RGB value is (175,60,166). Sum of RGB (Red+Green+Blue) = 175+60+166=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3CA6 is #50C359. Grayscale: #6A6A6A. Windows color (decimal): -5292890 or 10894511. OLE color: 10894511.

HSL color Cylindrical-coordinate representation of color #AF3CA6: hue angle of 304.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3CA6 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17560166-
CMYK00.660.050.31
HSL304.7º48.94%46.08%-
HSV(B)304.7º65.71%68.63%-
XYZ26.1815.137.61-
YUV106.47161.6176.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 60 (23.83% from 255) = 14.96%
BLUE value IS 166 (65.23% from 255) = 41.40%
R=43.64%
G=14.96%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756016600.660.050.31304.748.9446.08
HexAF3CA604251F131312e
Octal2577424601025374616156
Binary10101111111100101001100100001010111111100110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3CA6; }

 p { color: rgb(175,60,166); }

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

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

 a { background-color: rgb(175,60,166); }

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

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

 span { border-color: rgb(175,60,166); }

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