Html Css Color HEX #A087E0 Medium Purple

📋 copy color: '#A087E0'

red 160 ◦ green 135 ◦ blue 224

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

Shades of Medium Purple #A087E0

Tints of Medium Purple #A087E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 30.83%
G = 26.01%
B = 43.16%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A087E0 (or 0xA087E0) is known color: Medium Purple. HEX triplet: A0, 87 and E0. RGB value is (160,135,224). Sum of RGB (Red+Green+Blue) = 160+135+224=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #A087E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A087E0 is #5F781F. Grayscale: #989898. Windows color (decimal): -6256672 or 14714784. OLE color: 14714784.

HSL color Cylindrical-coordinate representation of color #A087E0: hue angle of 256.85º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A087E0 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 135 224 -
CMYK 0.29 0.40 0 0.12
HSL 256.85º 0.59% 0.7% -
HSV(B) 256.85º 0.4% 0.88% -
XYZ 36.62 30.18 74.42 -
YUV 152.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 160 135 224 0.29 0.40 0 0.12 256.85 0.59 0.7
Hex A0 87 E0 1D 28 0 C 101 3B 46
Octal 240 207 340 35 50 0 14 401 73 106
Binary 10100000 10000111 11100000 11101 101000 0 1100 100000001 111011 1000110

Color Harmonies of #A087E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087E0

Black with #A087E0

Text Example


Text Example

White with #A087E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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