Html Css Color HEX #A087B8 Cold Purple

📋 copy color: '#A087B8'

red 160 ◦ green 135 ◦ blue 184

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

Shades of Cold Purple #A087B8

Tints of Cold Purple #A087B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 33.4%
G = 28.18%
B = 38.41%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A087B8 (or 0xA087B8) is known color: Cold Purple. HEX triplet: A0, 87 and B8. RGB value is (160,135,184). Sum of RGB (Red+Green+Blue) = 160+135+184=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 184 - color contains mainly: blue. Hex color #A087B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087B8 is #5F7847. Grayscale: #939393. Windows color (decimal): -6256712 or 12093344. OLE color: 12093344.

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

Color convert

RGB 160 135 184 -
CMYK 0.13 0.27 0 0.28
HSL 270.61º 0.26% 0.63% -
HSV(B) 270.61º 0.27% 0.72% -
XYZ 31.81 28.26 49.13 -
YUV 148.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 160 135 184 0.13 0.27 0 0.28 270.61 0.26 0.63
Hex A0 87 B8 D 1B 0 1C 10F 1A 3F
Octal 240 207 270 15 33 0 34 417 32 77
Binary 10100000 10000111 10111000 1101 11011 0 11100 100001111 11010 111111

Color Harmonies of #A087B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087B8

Black with #A087B8

Text Example


Text Example

White with #A087B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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