#A096BE

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

Shades of Cold Purple #A096BE

Tints of Cold Purple #A096BE

Color information

#A096BE (or 0xA096BE) is unknown color: approx Cold Purple. HEX triplet: A0, 96 and BE. RGB value is (160,150,190). Sum of RGB (Red+Green+Blue) = 160+150+190=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #A096BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096BE is #5F6941. Grayscale: #9D9D9D. Windows color (decimal): -6252866 or 12490400. OLE color: 12490400.

HSL color Cylindrical-coordinate representation of color #A096BE: hue angle of 255º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A096BE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160150190-
CMYK0.160.2100.25
HSL255º23.53%66.67%-
HSV(B)255º21.05%74.51%-
XYZ34.73353.26-
YUV157.55146.31129.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 190 (74.61% from 255) = 38%
R=32%
G=30%
B=38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601501900.160.2100.2525523.5366.67
HexA096BE1015019ff1843
Octal240226276202503137730103
Binary101000001001011010111110100001010101100111111111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096BE; }

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

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

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

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

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

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

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

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