#AF6AA1

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

Shades of Violet Blue #AF6AA1

Tints of Violet Blue #AF6AA1

Color information

#AF6AA1 (or 0xAF6AA1) is unknown color: approx Violet Blue. HEX triplet: AF, 6A and A1. RGB value is (175,106,161). Sum of RGB (Red+Green+Blue) = 175+106+161=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6AA1 is #50955E. Grayscale: #848484. Windows color (decimal): -5281119 or 10578607. OLE color: 10578607.

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

Color convert

RGB175106161-
CMYK00.390.080.31
HSL312.17º30.13%55.1%-
HSV(B)312.17º39.43%68.63%-
XYZ29.272236.42-
YUV132.9143.86158.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 106 (41.80% from 255) = 23.98%
BLUE value IS 161 (63.28% from 255) = 36.43%
R=39.59%
G=23.98%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510616100.390.080.31312.1730.1355.1
HexAF6AA102781F1381e37
Octal25715224104710374703667
Binary10101111110101010100001010011110001111110011100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AA1; }

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

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

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

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

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

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

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

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