Html Css Color HEX #A087BA Cold Purple

📋 copy color: '#A087BA'

red 160 ◦ green 135 ◦ blue 186

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

Shades of Cold Purple #A087BA

Tints of Cold Purple #A087BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 33.26%
G = 28.07%
B = 38.67%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A087BA (or 0xA087BA) is known color: Cold Purple. HEX triplet: A0, 87 and BA. RGB value is (160,135,186). Sum of RGB (Red+Green+Blue) = 160+135+186=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #A087BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087BA is #5F7845. Grayscale: #949494. Windows color (decimal): -6256710 or 12224416. OLE color: 12224416.

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

Color convert

RGB 160 135 186 -
CMYK 0.14 0.27 0 0.27
HSL 269.41º 0.27% 0.63% -
HSV(B) 269.41º 0.27% 0.73% -
XYZ 32.02 28.35 50.24 -
YUV 148.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 160 135 186 0.14 0.27 0 0.27 269.41 0.27 0.63
Hex A0 87 BA E 1B 0 1B 10D 1B 3F
Octal 240 207 272 16 33 0 33 415 33 77
Binary 10100000 10000111 10111010 1110 11011 0 11011 100001101 11011 111111

Color Harmonies of #A087BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087BA

Black with #A087BA

Text Example


Text Example

White with #A087BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087BA; }

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

 H1.HeaderClassName
 {
   color: #A087BA;
 }
 .AnyTagClassName
 {
   color: #A087BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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