#A895BF

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

Shades of Cold Purple #A895BF

Tints of Cold Purple #A895BF

Color information

#A895BF (or 0xA895BF) is unknown color: approx Cold Purple. HEX triplet: A8, 95 and BF. RGB value is (168,149,191). Sum of RGB (Red+Green+Blue) = 168+149+191=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #A895BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A895BF is #576A40. Grayscale: #9F9F9F. Windows color (decimal): -5728833 or 12555688. OLE color: 12555688.

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

Color convert

RGB168149191-
CMYK0.120.2200.25
HSL267.14º24.71%66.67%-
HSV(B)267.14º21.99%74.9%-
XYZ36.333.5853.86-
YUV159.47145.79134.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 191 (75% from 255) = 37.60%
R=33.07%
G=29.33%
B=37.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681491910.120.2200.25267.1424.7166.67
HexA895BFC1601910b1943
Octal250225277142603141331103
Binary101010001001010110111111110010110011001100001011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A895BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A895BF; }

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

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

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

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

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

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

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

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