Html Css Color HEX #A878EA Medium Purple

📋 copy color: '#A878EA'

red 168 ◦ green 120 ◦ blue 234

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

Shades of Medium Purple #A878EA

Tints of Medium Purple #A878EA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.99%

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

R = 32.18%
G = 22.99%
B = 44.83%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A878EA (or 0xA878EA) is known color: Medium Purple. HEX triplet: A8, 78 and EA. RGB value is (168,120,234). Sum of RGB (Red+Green+Blue) = 168+120+234=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #A878EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878EA is #578715. Grayscale: #929292. Windows color (decimal): -5736214 or 15366312. OLE color: 15366312.

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

Color convert

RGB 168 120 234 -
CMYK 0.28 0.49 0 0.08
HSL 265.26º 0.73% 0.69% -
HSV(B) 265.26º 0.49% 0.92% -
XYZ 37.72 27.7 81.2 -
YUV 147.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 168 120 234 0.28 0.49 0 0.08 265.26 0.73 0.69
Hex A8 78 EA 1C 31 0 8 109 49 45
Octal 250 170 352 34 61 0 10 411 111 105
Binary 10101000 1111000 11101010 11100 110001 0 1000 100001001 1001001 1000101

Color Harmonies of #A878EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A878EA

Black with #A878EA

Text Example


Text Example

White with #A878EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A878EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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