#AF6BA1

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

Shades of Violet Blue #AF6BA1

Tints of Violet Blue #AF6BA1

Color information

#AF6BA1 (or 0xAF6BA1) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and A1. RGB value is (175,107,161). Sum of RGB (Red+Green+Blue) = 175+107+161=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA1 is #50945E. Grayscale: #858585. Windows color (decimal): -5280863 or 10578863. OLE color: 10578863.

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

Color convert

RGB175107161-
CMYK00.390.080.31
HSL312.35º29.82%55.29%-
HSV(B)312.35º38.86%68.63%-
XYZ29.3722.236.46-
YUV133.49143.53157.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 107 (42.19% from 255) = 24.15%
BLUE value IS 161 (63.28% from 255) = 36.34%
R=39.50%
G=24.15%
B=36.34%

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
Decimal17510716100.390.080.31312.3529.8255.29
HexAF6BA102781F1381e37
Octal25715324104710374703667
Binary10101111110101110100001010011110001111110011100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BA1; }

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

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

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

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

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

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

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

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