Html Css Color HEX #A870EB Medium Purple

📋 copy color: '#A870EB'

red 168 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #A870EB

Tints of Medium Purple #A870EB

RGB

 RED value IS 168 (66.02% from 255) = 32.62%

 GREEN value IS 112 (44.14% from 255) = 21.75%

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

R = 32.62%
G = 21.75%
B = 45.63%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A870EB (or 0xA870EB) is known color: Medium Purple. HEX triplet: A8, 70 and EB. RGB value is (168,112,235). Sum of RGB (Red+Green+Blue) = 168+112+235=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #A870EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A870EB is #578F14. Grayscale: #8E8E8E. Windows color (decimal): -5738261 or 15429800. OLE color: 15429800.

HSL color Cylindrical-coordinate representation of color #A870EB: hue angle of 267.32º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A870EB is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 112 235 -
CMYK 0.29 0.52 0 0.08
HSL 267.32º 0.75% 0.68% -
HSV(B) 267.32º 0.52% 0.92% -
XYZ 36.94 25.91 81.65 -
YUV 142.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 168 112 235 0.29 0.52 0 0.08 267.32 0.75 0.68
Hex A8 70 EB 1D 34 0 8 10B 4B 44
Octal 250 160 353 35 64 0 10 413 113 104
Binary 10101000 1110000 11101011 11101 110100 0 1000 100001011 1001011 1000100

Color Harmonies of #A870EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A870EB

Black with #A870EB

Text Example


Text Example

White with #A870EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A870EB; }

 p { color: rgb(168,112,235); }

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

background-color css

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

 a { background-color: rgb(168,112,235); }

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

border-color css

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

 span { border-color: rgb(168,112,235); }

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