#AF6BA0

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

Shades of Violet Blue #AF6BA0

Tints of Violet Blue #AF6BA0

Color information

#AF6BA0 (or 0xAF6BA0) is unknown color: approx Violet Blue. HEX triplet: AF, 6B and A0. RGB value is (175,107,160). Sum of RGB (Red+Green+Blue) = 175+107+160=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA0 is #50945F. Grayscale: #858585. Windows color (decimal): -5280864 or 10513327. OLE color: 10513327.

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

Color convert

RGB175107160-
CMYK00.390.090.31
HSL313.24º29.82%55.29%-
HSV(B)313.24º38.86%68.63%-
XYZ29.2822.1735.99-
YUV133.37143.03157.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=39.59%
G=24.21%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510716000.390.090.31313.2429.8255.29
HexAF6BA002791F1391e37
Octal25715324004711374713667
Binary10101111110101110100000010011110011111110011100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BA0; }

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

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

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

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

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

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

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

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