#A087CA

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

Shades of Cold Purple #A087CA

Tints of Cold Purple #A087CA

Color information

#A087CA (or 0xA087CA) is unknown color: approx Cold Purple. HEX triplet: A0, 87 and CA. RGB value is (160,135,202). Sum of RGB (Red+Green+Blue) = 160+135+202=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #A087CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087CA is #5F7835. Grayscale: #959595. Windows color (decimal): -6256694 or 13272992. OLE color: 13272992.

HSL color Cylindrical-coordinate representation of color #A087CA: hue angle of 262.39º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A087CA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160135202-
CMYK0.210.3300.21
HSL262.39º38.73%66.08%-
HSV(B)262.39º33.17%79.22%-
XYZ33.8229.0759.7-
YUV150.11157.28135.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.19%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=32.19%
G=27.16%
B=40.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601352020.210.3300.21262.3938.7366.08
HexA087CA15210151062742
Octal240207312254102540647102
Binary101000001000011111001010101011000010101011000001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A087CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A087CA; }

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

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

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

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

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

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

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

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