Html Css Color HEX #A47ADD Medium Purple

📋 copy color: '#A47ADD'

red 164 ◦ green 122 ◦ blue 221

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

Shades of Medium Purple #A47ADD

Tints of Medium Purple #A47ADD

RGB

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

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

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

R = 32.35%
G = 24.06%
B = 43.59%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A47ADD (or 0xA47ADD) is known color: Medium Purple. HEX triplet: A4, 7A and DD. RGB value is (164,122,221). Sum of RGB (Red+Green+Blue) = 164+122+221=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #A47ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ADD is #5B8522. Grayscale: #919191. Windows color (decimal): -5997859 or 14514852. OLE color: 14514852.

HSL color Cylindrical-coordinate representation of color #A47ADD: hue angle of 265.45º 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 #A47ADD is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 122 221 -
CMYK 0.26 0.45 0 0.13
HSL 265.45º 0.59% 0.67% -
HSV(B) 265.45º 0.45% 0.87% -
XYZ 35.32 27.03 71.76 -
YUV 145.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 164 122 221 0.26 0.45 0 0.13 265.45 0.59 0.67
Hex A4 7A DD 1A 2D 0 D 109 3B 43
Octal 244 172 335 32 55 0 15 411 73 103
Binary 10100100 1111010 11011101 11010 101101 0 1101 100001001 111011 1000011

Color Harmonies of #A47ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47ADD

Black with #A47ADD

Text Example


Text Example

White with #A47ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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