Html Css Color HEX #A087EB Medium Purple

📋 copy color: '#A087EB'

red 160 ◦ green 135 ◦ blue 235

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

Shades of Medium Purple #A087EB

Tints of Medium Purple #A087EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 30.19%
G = 25.47%
B = 44.34%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A087EB (or 0xA087EB) is known color: Medium Purple. HEX triplet: A0, 87 and EB. RGB value is (160,135,235). Sum of RGB (Red+Green+Blue) = 160+135+235=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #A087EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087EB is #5F7814. Grayscale: #999999. Windows color (decimal): -6256661 or 15435680. OLE color: 15435680.

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

Color convert

RGB 160 135 235 -
CMYK 0.32 0.43 0 0.08
HSL 255º 0.71% 0.73% -
HSV(B) 255º 0.43% 0.92% -
XYZ 38.16 30.8 82.53 -
YUV 153.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 160 135 235 0.32 0.43 0 0.08 255 0.71 0.73
Hex A0 87 EB 20 2B 0 8 FF 47 49
Octal 240 207 353 40 53 0 10 377 107 111
Binary 10100000 10000111 11101011 100000 101011 0 1000 11111111 1000111 1001001

Color Harmonies of #A087EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A087EB

Black with #A087EB

Text Example


Text Example

White with #A087EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A087EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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