Html Css Color HEX #A477ED Medium Purple

📋 copy color: '#A477ED'

red 164 ◦ green 119 ◦ blue 237

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

Shades of Medium Purple #A477ED

Tints of Medium Purple #A477ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 31.54%
G = 22.88%
B = 45.58%

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

#A477ED (or 0xA477ED) is known color: Medium Purple. HEX triplet: A4, 77 and ED. RGB value is (164,119,237). Sum of RGB (Red+Green+Blue) = 164+119+237=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #A477ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A477ED is #5B8812. Grayscale: #919191. Windows color (decimal): -5998611 or 15562660. OLE color: 15562660.

HSL color Cylindrical-coordinate representation of color #A477ED: hue angle of 262.88º degrees, saturation: 0.77, 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 #A477ED is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 119 237 -
CMYK 0.31 0.50 0 0.07
HSL 262.88º 0.77% 0.7% -
HSV(B) 262.88º 0.5% 0.93% -
XYZ 37.19 27.2 83.41 -
YUV 145.91 179.41 140.91 -
System Red Green Blue C M Y K H S L
Decimal 164 119 237 0.31 0.50 0 0.07 262.88 0.77 0.7
Hex A4 77 ED 1F 32 0 7 107 4D 46
Octal 244 167 355 37 62 0 7 407 115 106
Binary 10100100 1110111 11101101 11111 110010 0 111 100000111 1001101 1000110

Color Harmonies of #A477ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477ED

Black with #A477ED

Text Example


Text Example

White with #A477ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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