Html Css Color HEX #A876EA Medium Purple

📋 copy color: '#A876EA'

red 168 ◦ green 118 ◦ blue 234

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

Shades of Medium Purple #A876EA

Tints of Medium Purple #A876EA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.69%

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

R = 32.31%
G = 22.69%
B = 45%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A876EA (or 0xA876EA) is known color: Medium Purple. HEX triplet: A8, 76 and EA. RGB value is (168,118,234). Sum of RGB (Red+Green+Blue) = 168+118+234=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #A876EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876EA is #578915. Grayscale: #919191. Windows color (decimal): -5736726 or 15365800. OLE color: 15365800.

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

Color convert

RGB 168 118 234 -
CMYK 0.28 0.50 0 0.08
HSL 265.86º 0.73% 0.69% -
HSV(B) 265.86º 0.5% 0.92% -
XYZ 37.48 27.22 81.12 -
YUV 146.17 177.57 143.57 -
System Red Green Blue C M Y K H S L
Decimal 168 118 234 0.28 0.50 0 0.08 265.86 0.73 0.69
Hex A8 76 EA 1C 32 0 8 10A 49 45
Octal 250 166 352 34 62 0 10 412 111 105
Binary 10101000 1110110 11101010 11100 110010 0 1000 100001010 1001001 1000101

Color Harmonies of #A876EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876EA

Black with #A876EA

Text Example


Text Example

White with #A876EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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