#AF6AA3

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

Shades of Violet Blue #AF6AA3

Tints of Violet Blue #AF6AA3

Color information

#AF6AA3 (or 0xAF6AA3) is unknown color: approx Violet Blue. HEX triplet: AF, 6A and A3. RGB value is (175,106,163). Sum of RGB (Red+Green+Blue) = 175+106+163=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6AA3 is #50955C. Grayscale: #848484. Windows color (decimal): -5281117 or 10709679. OLE color: 10709679.

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

Color convert

RGB175106163-
CMYK00.390.070.31
HSL310.43º30.13%55.1%-
HSV(B)310.43º39.43%68.63%-
XYZ29.4422.0737.36-
YUV133.13144.86157.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 163 (64.06% from 255) = 36.71%
R=39.41%
G=23.87%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510616300.390.070.31310.4330.1355.1
HexAF6AA302771F1361e37
Octal2571522430477374663667
Binary1010111111010101010001101001111111111110011011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AA3; }

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

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

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

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

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

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

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

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