#A06C9D

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

Shades of Violet Blue #A06C9D

Tints of Violet Blue #A06C9D

Color information

#A06C9D (or 0xA06C9D) is unknown color: approx Violet Blue. HEX triplet: A0, 6C and 9D. RGB value is (160,108,157). Sum of RGB (Red+Green+Blue) = 160+108+157=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C9D is #5F9362. Grayscale: #808080. Windows color (decimal): -6263651 or 10316960. OLE color: 10316960.

HSL color Cylindrical-coordinate representation of color #A06C9D: hue angle of 303.46º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06C9D is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB160108157-
CMYK00.320.020.37
HSL303.46º21.49%52.55%-
HSV(B)303.46º32.5%62.75%-
XYZ25.9520.6334.51-
YUV129.13143.73150.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 108 (42.58% from 255) = 25.41%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=37.65%
G=25.41%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010815700.320.020.37303.4621.4952.55
HexA06C9D02022512f1535
Octal2401542350402454572565
Binary1010000011011001001110101000001010010110010111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C9D; }

 p { color: rgb(160,108,157); }

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

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

 a { background-color: rgb(160,108,157); }

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

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

 span { border-color: rgb(160,108,157); }

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