Html Css Color HEX #A870EA Medium Purple

📋 copy color: '#A870EA'

red 168 ◦ green 112 ◦ blue 234

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

Shades of Medium Purple #A870EA

Tints of Medium Purple #A870EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 32.68%
G = 21.79%
B = 45.53%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A870EA (or 0xA870EA) is known color: Medium Purple. HEX triplet: A8, 70 and EA. RGB value is (168,112,234). Sum of RGB (Red+Green+Blue) = 168+112+234=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #A870EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A870EA is #578F15. Grayscale: #8E8E8E. Windows color (decimal): -5738262 or 15364264. OLE color: 15364264.

HSL color Cylindrical-coordinate representation of color #A870EA: hue angle of 267.54º degrees, saturation: 0.74, 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 #A870EA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 112 234 -
CMYK 0.28 0.52 0 0.08
HSL 267.54º 0.74% 0.68% -
HSV(B) 267.54º 0.52% 0.92% -
XYZ 36.79 25.85 80.89 -
YUV 142.65 179.55 146.08 -
System Red Green Blue C M Y K H S L
Decimal 168 112 234 0.28 0.52 0 0.08 267.54 0.74 0.68
Hex A8 70 EA 1C 34 0 8 10C 4A 44
Octal 250 160 352 34 64 0 10 414 112 104
Binary 10101000 1110000 11101010 11100 110100 0 1000 100001100 1001010 1000100

Color Harmonies of #A870EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A870EA

Black with #A870EA

Text Example


Text Example

White with #A870EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A870EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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