#A087D0

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

Shades of Cold Purple #A087D0

Tints of Cold Purple #A087D0

Color information

#A087D0 (or 0xA087D0) is unknown color: approx Cold Purple. HEX triplet: A0, 87 and D0. RGB value is (160,135,208). Sum of RGB (Red+Green+Blue) = 160+135+208=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #A087D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087D0 is #5F782F. Grayscale: #969696. Windows color (decimal): -6256688 or 13666208. OLE color: 13666208.

HSL color Cylindrical-coordinate representation of color #A087D0: hue angle of 260.55º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A087D0 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160135208-
CMYK0.230.3500.18
HSL260.55º43.71%67.25%-
HSV(B)260.55º35.1%81.57%-
XYZ34.5529.3663.52-
YUV150.8160.28134.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=31.81%
G=26.84%
B=41.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601352080.230.3500.18260.5543.7167.25
HexA087D017230121052c43
Octal240207320274302240554103
Binary101000001000011111010000101111000110100101000001011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A087D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A087D0; }

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

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

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

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

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

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

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

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