Html Css Color HEX #A477DE Medium Purple

📋 copy color: '#A477DE'

red 164 ◦ green 119 ◦ blue 222

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

Shades of Medium Purple #A477DE

Tints of Medium Purple #A477DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 32.48%
G = 23.56%
B = 43.96%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A477DE (or 0xA477DE) is known color: Medium Purple. HEX triplet: A4, 77 and DE. RGB value is (164,119,222). Sum of RGB (Red+Green+Blue) = 164+119+222=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #A477DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477DE is #5B8821. Grayscale: #8F8F8F. Windows color (decimal): -5998626 or 14579620. OLE color: 14579620.

HSL color Cylindrical-coordinate representation of color #A477DE: hue angle of 266.21º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A477DE is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 119 222 -
CMYK 0.26 0.46 0 0.13
HSL 266.21º 0.61% 0.67% -
HSV(B) 266.21º 0.46% 0.87% -
XYZ 35.09 26.36 72.35 -
YUV 144.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 164 119 222 0.26 0.46 0 0.13 266.21 0.61 0.67
Hex A4 77 DE 1A 2E 0 D 10A 3D 43
Octal 244 167 336 32 56 0 15 412 75 103
Binary 10100100 1110111 11011110 11010 101110 0 1101 100001010 111101 1000011

Color Harmonies of #A477DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477DE

Black with #A477DE

Text Example


Text Example

White with #A477DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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