#AF6AA5

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

Shades of Violet Blue #AF6AA5

Tints of Violet Blue #AF6AA5

Color information

#AF6AA5 (or 0xAF6AA5) is unknown color: approx Violet Blue. HEX triplet: AF, 6A and A5. RGB value is (175,106,165). Sum of RGB (Red+Green+Blue) = 175+106+165=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6AA5 is #50955A. Grayscale: #858585. Windows color (decimal): -5281115 or 10840751. OLE color: 10840751.

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

Color convert

RGB175106165-
CMYK00.390.060.31
HSL308.7º30.13%55.1%-
HSV(B)308.7º39.43%68.63%-
XYZ29.6222.1438.31-
YUV133.36145.86157.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 165 (64.84% from 255) = 37.00%
R=39.24%
G=23.77%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510616500.390.060.31308.730.1355.1
HexAF6AA502761F1351e37
Octal2571522450476374653667
Binary1010111111010101010010101001111101111110011010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AA5; }

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

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

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

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

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

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

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

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