#AF6CAC

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

Shades of Violet Blue #AF6CAC

Tints of Violet Blue #AF6CAC

Color information

#AF6CAC (or 0xAF6CAC) is unknown color: approx Violet Blue. HEX triplet: AF, 6C and AC. RGB value is (175,108,172). Sum of RGB (Red+Green+Blue) = 175+108+172=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CAC is #509353. Grayscale: #878787. Windows color (decimal): -5280596 or 11300015. OLE color: 11300015.

HSL color Cylindrical-coordinate representation of color #AF6CAC: hue angle of 302.69º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6CAC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175108172-
CMYK00.380.020.31
HSL302.69º29.52%55.49%-
HSV(B)302.69º38.29%68.63%-
XYZ30.4922.8241.83-
YUV135.33148.7156.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=38.46%
G=23.74%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510817200.380.020.31302.6929.5255.49
HexAF6CAC02621F12f1e37
Octal2571542540462374573667
Binary101011111101100101011000100110101111110010111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6CAC; }

 p { color: rgb(175,108,172); }

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

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

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

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

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

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

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