Html Css Color HEX #A087EC Medium Purple

📋 copy color: '#A087EC'

red 160 ◦ green 135 ◦ blue 236

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

Shades of Medium Purple #A087EC

Tints of Medium Purple #A087EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 30.13%
G = 25.42%
B = 44.44%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A087EC (or 0xA087EC) is known color: Medium Purple. HEX triplet: A0, 87 and EC. RGB value is (160,135,236). Sum of RGB (Red+Green+Blue) = 160+135+236=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #A087EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087EC is #5F7813. Grayscale: #999999. Windows color (decimal): -6256660 or 15501216. OLE color: 15501216.

HSL color Cylindrical-coordinate representation of color #A087EC: hue angle of 254.85º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A087EC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 135 236 -
CMYK 0.32 0.43 0 0.07
HSL 254.85º 0.73% 0.73% -
HSV(B) 254.85º 0.43% 0.93% -
XYZ 38.3 30.86 83.29 -
YUV 153.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 160 135 236 0.32 0.43 0 0.07 254.85 0.73 0.73
Hex A0 87 EC 20 2B 0 7 FF 49 49
Octal 240 207 354 40 53 0 7 377 111 111
Binary 10100000 10000111 11101100 100000 101011 0 111 11111111 1001001 1001001

Color Harmonies of #A087EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087EC

Black with #A087EC

Text Example


Text Example

White with #A087EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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