#A06B9B

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

Shades of Violet Blue #A06B9B

Tints of Violet Blue #A06B9B

Color information

#A06B9B (or 0xA06B9B) is unknown color: approx Violet Blue. HEX triplet: A0, 6B and 9B. RGB value is (160,107,155). Sum of RGB (Red+Green+Blue) = 160+107+155=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B9B is #5F9464. Grayscale: #808080. Windows color (decimal): -6263909 or 10185632. OLE color: 10185632.

HSL color Cylindrical-coordinate representation of color #A06B9B: hue angle of 305.66º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06B9B is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB160107155-
CMYK00.330.030.37
HSL305.66º21.81%52.35%-
HSV(B)305.66º33.13%62.75%-
XYZ25.6720.3633.59-
YUV128.32143.06150.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=37.91%
G=25.36%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010715500.330.030.37305.6621.8152.35
HexA06B9B0213251321634
Octal2401532330413454622664
Binary1010000011010111001101101000011110010110011001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06B9B; }

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

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

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

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

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

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

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

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