Html Css Color HEX #A477EE Medium Purple

📋 copy color: '#A477EE'

red 164 ◦ green 119 ◦ blue 238

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

Shades of Medium Purple #A477EE

Tints of Medium Purple #A477EE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.84%

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 31.48%
G = 22.84%
B = 45.68%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A477EE (or 0xA477EE) is known color: Medium Purple. HEX triplet: A4, 77 and EE. RGB value is (164,119,238). Sum of RGB (Red+Green+Blue) = 164+119+238=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #A477EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A477EE is #5B8811. Grayscale: #919191. Windows color (decimal): -5998610 or 15628196. OLE color: 15628196.

HSL color Cylindrical-coordinate representation of color #A477EE: hue angle of 262.69º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A477EE is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 119 238 -
CMYK 0.31 0.50 0 0.07
HSL 262.69º 0.78% 0.7% -
HSV(B) 262.69º 0.5% 0.93% -
XYZ 37.34 27.26 84.18 -
YUV 146.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 164 119 238 0.31 0.50 0 0.07 262.69 0.78 0.7
Hex A4 77 EE 1F 32 0 7 107 4E 46
Octal 244 167 356 37 62 0 7 407 116 106
Binary 10100100 1110111 11101110 11111 110010 0 111 100000111 1001110 1000110

Color Harmonies of #A477EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477EE

Black with #A477EE

Text Example


Text Example

White with #A477EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477EE; }

 p { color: rgb(164,119,238); }

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

background-color css

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

 a { background-color: rgb(164,119,238); }

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

border-color css

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

 span { border-color: rgb(164,119,238); }

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