Html Css Color HEX #A97FDB Medium Purple

📋 copy color: '#A97FDB'

red 169 ◦ green 127 ◦ blue 219

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

Shades of Medium Purple #A97FDB

Tints of Medium Purple #A97FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.66%

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

R = 32.82%
G = 24.66%
B = 42.52%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A97FDB (or 0xA97FDB) is known color: Medium Purple. HEX triplet: A9, 7F and DB. RGB value is (169,127,219). Sum of RGB (Red+Green+Blue) = 169+127+219=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A97FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97FDB is #568024. Grayscale: #959595. Windows color (decimal): -5668901 or 14385065. OLE color: 14385065.

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

Color convert

RGB 169 127 219 -
CMYK 0.23 0.42 0 0.14
HSL 267.39º 0.56% 0.68% -
HSV(B) 267.39º 0.42% 0.86% -
XYZ 36.74 28.73 70.63 -
YUV 150.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 169 127 219 0.23 0.42 0 0.14 267.39 0.56 0.68
Hex A9 7F DB 17 2A 0 E 10B 38 44
Octal 251 177 333 27 52 0 16 413 70 104
Binary 10101001 1111111 11011011 10111 101010 0 1110 100001011 111000 1000100

Color Harmonies of #A97FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97FDB

Black with #A97FDB

Text Example


Text Example

White with #A97FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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