#A096BC

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

Shades of Cold Purple #A096BC

Tints of Cold Purple #A096BC

Color information

#A096BC (or 0xA096BC) is unknown color: approx Cold Purple. HEX triplet: A0, 96 and BC. RGB value is (160,150,188). Sum of RGB (Red+Green+Blue) = 160+150+188=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #A096BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096BC is #5F6943. Grayscale: #9D9D9D. Windows color (decimal): -6252868 or 12359328. OLE color: 12359328.

HSL color Cylindrical-coordinate representation of color #A096BC: hue angle of 255.79º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A096BC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160150188-
CMYK0.150.2000.26
HSL255.79º22.09%66.27%-
HSV(B)255.79º20.21%73.73%-
XYZ34.4832.9252.11-
YUV157.32145.31129.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=32.13%
G=30.12%
B=37.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601501880.150.2000.26255.7922.0966.27
HexA096BCF1401A1001642
Octal240226274172403240026102
Binary101000001001011010111100111110100011010100000000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096BC; }

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

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

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

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

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

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

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

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