#A087BE

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

Shades of Cold Purple #A087BE

Tints of Cold Purple #A087BE

Color information

#A087BE (or 0xA087BE) is unknown color: approx Cold Purple. HEX triplet: A0, 87 and BE. RGB value is (160,135,190). Sum of RGB (Red+Green+Blue) = 160+135+190=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #A087BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087BE is #5F7841. Grayscale: #949494. Windows color (decimal): -6256706 or 12486560. OLE color: 12486560.

HSL color Cylindrical-coordinate representation of color #A087BE: hue angle of 267.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A087BE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160135190-
CMYK0.160.2900.25
HSL267.27º29.73%63.73%-
HSV(B)267.27º28.95%74.51%-
XYZ32.4628.5252.51-
YUV148.74151.28136.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=32.99%
G=27.84%
B=39.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601351900.160.2900.25267.2729.7363.73
HexA087BE101D01910b1e40
Octal240207276203503141336100
Binary1010000010000111101111101000011101011001100001011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A087BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A087BE; }

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

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

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

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

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

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

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

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