Html Css Color HEX #A476EF Medium Purple

📋 copy color: '#A476EF'

red 164 ◦ green 118 ◦ blue 239

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

Shades of Medium Purple #A476EF

Tints of Medium Purple #A476EF

RGB

 RED value IS 164 (64.45% from 255) = 31.48%

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

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 31.48%
G = 22.65%
B = 45.87%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A476EF (or 0xA476EF) is known color: Medium Purple. HEX triplet: A4, 76 and EF. RGB value is (164,118,239). Sum of RGB (Red+Green+Blue) = 164+118+239=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #A476EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A476EF is #5B8910. Grayscale: #919191. Windows color (decimal): -5998865 or 15693476. OLE color: 15693476.

HSL color Cylindrical-coordinate representation of color #A476EF: hue angle of 262.81º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A476EF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 118 239 -
CMYK 0.31 0.51 0 0.06
HSL 262.81º 0.79% 0.7% -
HSV(B) 262.81º 0.51% 0.94% -
XYZ 37.37 27.08 84.92 -
YUV 145.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 164 118 239 0.31 0.51 0 0.06 262.81 0.79 0.7
Hex A4 76 EF 1F 33 0 6 107 4F 46
Octal 244 166 357 37 63 0 6 407 117 106
Binary 10100100 1110110 11101111 11111 110011 0 110 100000111 1001111 1000110

Color Harmonies of #A476EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A476EF

Black with #A476EF

Text Example


Text Example

White with #A476EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A476EF; }

 p { color: rgb(164,118,239); }

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

background-color css

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

 a { background-color: rgb(164,118,239); }

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

border-color css

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

 span { border-color: rgb(164,118,239); }

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