Html Css Color HEX #A97BDA Medium Purple

📋 copy color: '#A97BDA'

red 169 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #A97BDA

Tints of Medium Purple #A97BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 33.14%
G = 24.12%
B = 42.75%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A97BDA (or 0xA97BDA) is known color: Medium Purple. HEX triplet: A9, 7B and DA. RGB value is (169,123,218). Sum of RGB (Red+Green+Blue) = 169+123+218=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #A97BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BDA is #568425. Grayscale: #939393. Windows color (decimal): -5669926 or 14318505. OLE color: 14318505.

HSL color Cylindrical-coordinate representation of color #A97BDA: hue angle of 269.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A97BDA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 123 218 -
CMYK 0.22 0.44 0 0.15
HSL 269.05º 0.56% 0.67% -
HSV(B) 269.05º 0.44% 0.85% -
XYZ 36.1 27.66 69.77 -
YUV 147.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 169 123 218 0.22 0.44 0 0.15 269.05 0.56 0.67
Hex A9 7B DA 16 2C 0 F 10D 38 43
Octal 251 173 332 26 54 0 17 415 70 103
Binary 10101001 1111011 11011010 10110 101100 0 1111 100001101 111000 1000011

Color Harmonies of #A97BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97BDA

Black with #A97BDA

Text Example


Text Example

White with #A97BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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