#A087BB

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

Shades of Cold Purple #A087BB

Tints of Cold Purple #A087BB

Color information

#A087BB (or 0xA087BB) is unknown color: approx Cold Purple. HEX triplet: A0, 87 and BB. RGB value is (160,135,187). Sum of RGB (Red+Green+Blue) = 160+135+187=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #A087BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087BB is #5F7844. Grayscale: #949494. Windows color (decimal): -6256709 or 12289952. OLE color: 12289952.

HSL color Cylindrical-coordinate representation of color #A087BB: hue angle of 268.85º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A087BB is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160135187-
CMYK0.140.2800.27
HSL268.85º27.66%63.14%-
HSV(B)268.85º27.81%73.33%-
XYZ32.1328.3950.8-
YUV148.4149.78136.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=33.20%
G=28.01%
B=38.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601351870.140.2800.27268.8527.6663.14
HexA087BBE1C01B10d1c3f
Octal24020727316340334153477
Binary10100000100001111011101111101110001101110000110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A087BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A087BB; }

 p { color: rgb(160,135,187); }

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

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

 a { background-color: rgb(160,135,187); }

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

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

 span { border-color: rgb(160,135,187); }

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