#AF6BA9

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

Shades of Violet Blue #AF6BA9

Tints of Violet Blue #AF6BA9

Color information

#AF6BA9 (or 0xAF6BA9) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and A9. RGB value is (175,107,169). Sum of RGB (Red+Green+Blue) = 175+107+169=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA9 is #509456. Grayscale: #868686. Windows color (decimal): -5280855 or 11103151. OLE color: 11103151.

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

Color convert

RGB175107169-
CMYK00.390.030.31
HSL305.29º29.82%55.29%-
HSV(B)305.29º38.86%68.63%-
XYZ30.122.4940.29-
YUV134.4147.53156.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 169 (66.41% from 255) = 37.47%
R=38.80%
G=23.73%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510716900.390.030.31305.2929.8255.29
HexAF6BA902731F1311e37
Octal2571532510473374613667
Binary101011111101011101010010100111111111110011000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BA9; }

 p { color: rgb(175,107,169); }

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

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

 a { background-color: rgb(175,107,169); }

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

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

 span { border-color: rgb(175,107,169); }

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