Html Css Color HEX #A087BE Cold Purple

📋 copy color: '#A087BE'

red 160 ◦ green 135 ◦ blue 190

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

Shades of Cold Purple #A087BE

Tints of Cold Purple #A087BE

RGB

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

 GREEN value IS 135 (53.13% 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 value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 160 135 190 -
CMYK 0.16 0.29 0 0.25
HSL 267.27º 0.3% 0.64% -
HSV(B) 267.27º 0.29% 0.75% -
XYZ 32.46 28.52 52.51 -
YUV 148.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 160 135 190 0.16 0.29 0 0.25 267.27 0.3 0.64
Hex A0 87 BE 10 1D 0 19 10B 1E 40
Octal 240 207 276 20 35 0 31 413 36 100
Binary 10100000 10000111 10111110 10000 11101 0 11001 100001011 11110 1000000

Color Harmonies of #A087BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087BE

Black with #A087BE

Text Example


Text Example

White with #A087BE

Text Example


Text Example

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