Html Css Color HEX #A876E0 Medium Purple

📋 copy color: '#A876E0'

red 168 ◦ green 118 ◦ blue 224

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

Shades of Medium Purple #A876E0

Tints of Medium Purple #A876E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.92%

R = 32.94%
G = 23.14%
B = 43.92%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A876E0 (or 0xA876E0) is known color: Medium Purple. HEX triplet: A8, 76 and E0. RGB value is (168,118,224). Sum of RGB (Red+Green+Blue) = 168+118+224=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #A876E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876E0 is #57891F. Grayscale: #909090. Windows color (decimal): -5736736 or 14710440. OLE color: 14710440.

HSL color Cylindrical-coordinate representation of color #A876E0: hue angle of 268.3º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A876E0 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 118 224 -
CMYK 0.25 0.47 0 0.12
HSL 268.3º 0.63% 0.67% -
HSV(B) 268.3º 0.47% 0.88% -
XYZ 36.08 26.66 73.77 -
YUV 145.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 168 118 224 0.25 0.47 0 0.12 268.3 0.63 0.67
Hex A8 76 E0 19 2F 0 C 10C 3F 43
Octal 250 166 340 31 57 0 14 414 77 103
Binary 10101000 1110110 11100000 11001 101111 0 1100 100001100 111111 1000011

Color Harmonies of #A876E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876E0

Black with #A876E0

Text Example


Text Example

White with #A876E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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