Html Css Color HEX #A477DB Medium Purple

📋 copy color: '#A477DB'

red 164 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #A477DB

Tints of Medium Purple #A477DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 32.67%
G = 23.71%
B = 43.63%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A477DB (or 0xA477DB) is known color: Medium Purple. HEX triplet: A4, 77 and DB. RGB value is (164,119,219). Sum of RGB (Red+Green+Blue) = 164+119+219=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #A477DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477DB is #5B8824. Grayscale: #8F8F8F. Windows color (decimal): -5998629 or 14383012. OLE color: 14383012.

HSL color Cylindrical-coordinate representation of color #A477DB: hue angle of 267º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A477DB is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 119 219 -
CMYK 0.25 0.46 0 0.14
HSL 267º 0.58% 0.66% -
HSV(B) 267º 0.46% 0.86% -
XYZ 34.69 26.2 70.25 -
YUV 143.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 164 119 219 0.25 0.46 0 0.14 267 0.58 0.66
Hex A4 77 DB 19 2E 0 E 10B 3A 42
Octal 244 167 333 31 56 0 16 413 72 102
Binary 10100100 1110111 11011011 11001 101110 0 1110 100001011 111010 1000010

Color Harmonies of #A477DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477DB

Black with #A477DB

Text Example


Text Example

White with #A477DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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