Html Css Color HEX #A77ADD Medium Purple

📋 copy color: '#A77ADD'

red 167 ◦ green 122 ◦ blue 221

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

Shades of Medium Purple #A77ADD

Tints of Medium Purple #A77ADD

RGB

 RED value IS 167 (65.63% from 255) = 32.75%

 GREEN value IS 122 (48.05% from 255) = 23.92%

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 32.75%
G = 23.92%
B = 43.33%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A77ADD (or 0xA77ADD) is known color: Medium Purple. HEX triplet: A7, 7A and DD. RGB value is (167,122,221). Sum of RGB (Red+Green+Blue) = 167+122+221=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A77ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ADD is #588522. Grayscale: #929292. Windows color (decimal): -5801251 or 14514855. OLE color: 14514855.

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

Color convert

RGB 167 122 221 -
CMYK 0.24 0.45 0 0.13
HSL 267.27º 0.59% 0.67% -
HSV(B) 267.27º 0.45% 0.87% -
XYZ 35.95 27.36 71.79 -
YUV 146.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 167 122 221 0.24 0.45 0 0.13 267.27 0.59 0.67
Hex A7 7A DD 18 2D 0 D 10B 3B 43
Octal 247 172 335 30 55 0 15 413 73 103
Binary 10100111 1111010 11011101 11000 101101 0 1101 100001011 111011 1000011

Color Harmonies of #A77ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77ADD

Black with #A77ADD

Text Example


Text Example

White with #A77ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77ADD; }

 p { color: rgb(167,122,221); }

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

background-color css

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

 a { background-color: rgb(167,122,221); }

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

border-color css

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

 span { border-color: rgb(167,122,221); }

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