#AF6AAC

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

Shades of Violet Blue #AF6AAC

Tints of Violet Blue #AF6AAC

Color information

#AF6AAC (or 0xAF6AAC) is unknown color: approx Violet Blue. HEX triplet: AF, 6A and AC. RGB value is (175,106,172). Sum of RGB (Red+Green+Blue) = 175+106+172=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6AAC is #509553. Grayscale: #858585. Windows color (decimal): -5281108 or 11299503. OLE color: 11299503.

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

Color convert

RGB175106172-
CMYK00.390.020.31
HSL302.61º30.13%55.1%-
HSV(B)302.61º39.43%68.63%-
XYZ30.2822.441.76-
YUV134.16149.36157.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=38.63%
G=23.40%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510617200.390.020.31302.6130.1355.1
HexAF6AAC02721F12f1e37
Octal2571522540472374573667
Binary101011111101010101011000100111101111110010111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AAC; }

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

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

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

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

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

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

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

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