Html Css Color HEX #A876FD Medium Purple

📋 copy color: '#A876FD'

red 168 ◦ green 118 ◦ blue 253

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

Shades of Medium Purple #A876FD

Tints of Medium Purple #A876FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.94%

R = 31.17%
G = 21.89%
B = 46.94%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A876FD (or 0xA876FD) is known color: Medium Purple. HEX triplet: A8, 76 and FD. RGB value is (168,118,253). Sum of RGB (Red+Green+Blue) = 168+118+253=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #A876FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A876FD is #578902. Grayscale: #939393. Windows color (decimal): -5736707 or 16610984. OLE color: 16610984.

HSL color Cylindrical-coordinate representation of color #A876FD: hue angle of 262.22º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A876FD is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 118 253 -
CMYK 0.34 0.53 0 0.01
HSL 262.22º 0.97% 0.73% -
HSV(B) 262.22º 0.53% 0.99% -
XYZ 40.36 28.37 96.28 -
YUV 148.34 187.07 142.02 -
System Red Green Blue C M Y K H S L
Decimal 168 118 253 0.34 0.53 0 0.01 262.22 0.97 0.73
Hex A8 76 FD 22 35 0 1 106 61 49
Octal 250 166 375 42 65 0 1 406 141 111
Binary 10101000 1110110 11111101 100010 110101 0 1 100000110 1100001 1001001

Color Harmonies of #A876FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876FD

Black with #A876FD

Text Example


Text Example

White with #A876FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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