#A096B3

Color #A096B3 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A096B3

Tints of Cold Purple #A096B3

Color information

#A096B3 (or 0xA096B3) is unknown color: approx Cold Purple. HEX triplet: A0, 96 and B3. RGB value is (160,150,179). Sum of RGB (Red+Green+Blue) = 160+150+179=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #A096B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096B3 is #5F694C. Grayscale: #9C9C9C. Windows color (decimal): -6252877 or 11769504. OLE color: 11769504.

HSL color Cylindrical-coordinate representation of color #A096B3: hue angle of 260.69º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A096B3 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160150179-
CMYK0.110.1600.30
HSL260.69º16.02%64.51%-
HSV(B)260.69º16.2%70.2%-
XYZ33.5432.5447.16-
YUV156.3140.81130.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=32.72%
G=30.67%
B=36.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601501790.110.1600.30260.6916.0264.51
HexA096B3B1001E1051041
Octal240226263132003640520101
Binary101000001001011010110011101110000011110100000101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096B3; }

 p { color: rgb(160,150,179); }

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

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

 a { background-color: rgb(160,150,179); }

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

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

 span { border-color: rgb(160,150,179); }

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