#AF6CAA

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

Shades of Violet Blue #AF6CAA

Tints of Violet Blue #AF6CAA

Color information

#AF6CAA (or 0xAF6CAA) is unknown color: approx Violet Blue. HEX triplet: AF, 6C and AA. RGB value is (175,108,170). Sum of RGB (Red+Green+Blue) = 175+108+170=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CAA is #509355. Grayscale: #868686. Windows color (decimal): -5280598 or 11168943. OLE color: 11168943.

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

Color convert

RGB175108170-
CMYK00.380.030.31
HSL304.48º29.52%55.49%-
HSV(B)304.48º38.29%68.63%-
XYZ30.322.7440.82-
YUV135.1147.7156.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=38.63%
G=23.84%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510817000.380.030.31304.4829.5255.49
HexAF6CAA02631F1301e37
Octal2571542520463374603667
Binary101011111101100101010100100110111111110011000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6CAA; }

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

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

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

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

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

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

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

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