Html Css Color HEX #A97BDC Medium Purple

📋 copy color: '#A97BDC'

red 169 ◦ green 123 ◦ blue 220

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

Shades of Medium Purple #A97BDC

Tints of Medium Purple #A97BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.02%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 33.01%
G = 24.02%
B = 42.97%

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

#A97BDC (or 0xA97BDC) is known color: Medium Purple. HEX triplet: A9, 7B and DC. RGB value is (169,123,220). Sum of RGB (Red+Green+Blue) = 169+123+220=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #A97BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BDC is #568423. Grayscale: #939393. Windows color (decimal): -5669924 or 14449577. OLE color: 14449577.

HSL color Cylindrical-coordinate representation of color #A97BDC: hue angle of 268.45º degrees, saturation: 0.58, 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 #A97BDC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 123 220 -
CMYK 0.23 0.44 0 0.14
HSL 268.45º 0.58% 0.67% -
HSV(B) 268.45º 0.44% 0.86% -
XYZ 36.36 27.77 71.15 -
YUV 147.81 168.74 143.11 -
System Red Green Blue C M Y K H S L
Decimal 169 123 220 0.23 0.44 0 0.14 268.45 0.58 0.67
Hex A9 7B DC 17 2C 0 E 10C 3A 43
Octal 251 173 334 27 54 0 16 414 72 103
Binary 10101001 1111011 11011100 10111 101100 0 1110 100001100 111010 1000011

Color Harmonies of #A97BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97BDC

Black with #A97BDC

Text Example


Text Example

White with #A97BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97BDC; }

 p { color: rgb(169,123,220); }

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

background-color css

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

 a { background-color: rgb(169,123,220); }

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

border-color css

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

 span { border-color: rgb(169,123,220); }

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