Html Css Color HEX #A97ADD Medium Purple

📋 copy color: '#A97ADD'

red 169 ◦ green 122 ◦ blue 221

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

Shades of Medium Purple #A97ADD

Tints of Medium Purple #A97ADD

RGB

 RED value IS 169 (66.41% from 255) = 33.01%

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

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

R = 33.01%
G = 23.83%
B = 43.16%

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

#A97ADD (or 0xA97ADD) is known color: Medium Purple. HEX triplet: A9, 7A and DD. RGB value is (169,122,221). Sum of RGB (Red+Green+Blue) = 169+122+221=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #A97ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ADD is #568522. Grayscale: #929292. Windows color (decimal): -5670179 or 14514857. OLE color: 14514857.

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

Color convert

RGB 169 122 221 -
CMYK 0.24 0.45 0 0.13
HSL 268.48º 0.59% 0.67% -
HSV(B) 268.48º 0.45% 0.87% -
XYZ 36.37 27.57 71.81 -
YUV 147.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 169 122 221 0.24 0.45 0 0.13 268.48 0.59 0.67
Hex A9 7A DD 18 2D 0 D 10C 3B 43
Octal 251 172 335 30 55 0 15 414 73 103
Binary 10101001 1111010 11011101 11000 101101 0 1101 100001100 111011 1000011

Color Harmonies of #A97ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97ADD

Black with #A97ADD

Text Example


Text Example

White with #A97ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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