#A896BF

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

Shades of Cold Purple #A896BF

Tints of Cold Purple #A896BF

Color information

#A896BF (or 0xA896BF) is unknown color: approx Cold Purple. HEX triplet: A8, 96 and BF. RGB value is (168,150,191). Sum of RGB (Red+Green+Blue) = 168+150+191=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #A896BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896BF is #576940. Grayscale: #9F9F9F. Windows color (decimal): -5728577 or 12555944. OLE color: 12555944.

HSL color Cylindrical-coordinate representation of color #A896BF: hue angle of 266.34º 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 #A896BF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168150191-
CMYK0.120.2100.25
HSL266.34º24.26%66.86%-
HSV(B)266.34º21.47%74.9%-
XYZ36.4633.953.91-
YUV160.06145.46133.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 191 (75% from 255) = 37.52%
R=33.01%
G=29.47%
B=37.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681501910.120.2100.25266.3424.2666.86
HexA896BFC1501910a1843
Octal250226277142503141230103
Binary101010001001011010111111110010101011001100001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896BF; }

 p { color: rgb(168,150,191); }

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

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

 a { background-color: rgb(168,150,191); }

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

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

 span { border-color: rgb(168,150,191); }

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