Html Css Color HEX #A087BB Cold Purple

📋 copy color: '#A087BB'

red 160 ◦ green 135 ◦ blue 187

#A087BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A087BB

Tints of Cold Purple #A087BB

RGB

 RED value IS 160 (62.89% from 255) = 33.2%

 GREEN value IS 135 (53.13% from 255) = 28.01%

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 33.2%
G = 28.01%
B = 38.8%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A087BB (or 0xA087BB) is known color: 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

RGB 160 135 187 -
CMYK 0.14 0.28 0 0.27
HSL 268.85º 0.28% 0.63% -
HSV(B) 268.85º 0.28% 0.73% -
XYZ 32.13 28.39 50.8 -
YUV 148.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 160 135 187 0.14 0.28 0 0.27 268.85 0.28 0.63
Hex A0 87 BB E 1C 0 1B 10D 1C 3F
Octal 240 207 273 16 34 0 33 415 34 77
Binary 10100000 10000111 10111011 1110 11100 0 11011 100001101 11100 111111

Color Harmonies of #A087BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087BB

Black with #A087BB

Text Example


Text Example

White with #A087BB

Text Example


Text Example

HTML Codes & Css Web 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>