Html Css Color HEX #A97ADB Medium Purple

📋 copy color: '#A97ADB'

red 169 ◦ green 122 ◦ blue 219

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

Shades of Medium Purple #A97ADB

Tints of Medium Purple #A97ADB

RGB

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

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

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

R = 33.14%
G = 23.92%
B = 42.94%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A97ADB (or 0xA97ADB) is known color: Medium Purple. HEX triplet: A9, 7A and DB. RGB value is (169,122,219). Sum of RGB (Red+Green+Blue) = 169+122+219=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #A97ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ADB is #568524. Grayscale: #929292. Windows color (decimal): -5670181 or 14383785. OLE color: 14383785.

HSL color Cylindrical-coordinate representation of color #A97ADB: hue angle of 269.07º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A97ADB is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 122 219 -
CMYK 0.23 0.44 0 0.14
HSL 269.07º 0.57% 0.67% -
HSV(B) 269.07º 0.44% 0.86% -
XYZ 36.11 27.47 70.42 -
YUV 147.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 169 122 219 0.23 0.44 0 0.14 269.07 0.57 0.67
Hex A9 7A DB 17 2C 0 E 10D 39 43
Octal 251 172 333 27 54 0 16 415 71 103
Binary 10101001 1111010 11011011 10111 101100 0 1110 100001101 111001 1000011

Color Harmonies of #A97ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97ADB

Black with #A97ADB

Text Example


Text Example

White with #A97ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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