#AF5CAF

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

Shades of Violet Blue #AF5CAF

Tints of Violet Blue #AF5CAF

Color information

#AF5CAF (or 0xAF5CAF) is unknown color: approx Violet Blue. HEX triplet: AF, 5C and AF. RGB value is (175,92,175). Sum of RGB (Red+Green+Blue) = 175+92+175=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF5CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5CAF is #50A350. Grayscale: #7E7E7E. Windows color (decimal): -5284689 or 11492527. OLE color: 11492527.

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

Color convert

RGB17592175-
CMYK00.4700.31
HSL300º34.16%52.35%-
HSV(B)300º47.43%68.63%-
XYZ29.2419.8642.85-
YUV126.28155.5162.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=39.59%
G=20.81%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759217500.4700.3130034.1652.35
HexAF5CAF02F01F12c2234
Octal2571342570570374544264
Binary101011111011100101011110101111011111100101100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5CAF; }

 p { color: rgb(175,92,175); }

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

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

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

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

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

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

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