#AF6EAA

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

Shades of Violet Blue #AF6EAA

Tints of Violet Blue #AF6EAA

Color information

#AF6EAA (or 0xAF6EAA) is unknown color: approx Violet Blue. HEX triplet: AF, 6E and AA. RGB value is (175,110,170). Sum of RGB (Red+Green+Blue) = 175+110+170=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6EAA is #509155. Grayscale: #888888. Windows color (decimal): -5280086 or 11169455. OLE color: 11169455.

HSL color Cylindrical-coordinate representation of color #AF6EAA: hue angle of 304.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6EAA is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175110170-
CMYK00.370.030.31
HSL304.62º28.89%55.88%-
HSV(B)304.62º37.14%68.63%-
XYZ30.5123.1740.89-
YUV136.27147.03155.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=38.46%
G=24.18%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511017000.370.030.31304.6228.8955.88
HexAF6EAA02531F1311d38
Octal2571562520453374613570
Binary101011111101110101010100100101111111110011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6EAA; }

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

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

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

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

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

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

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

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