Html Css Color HEX #A97BD8 Medium Purple

📋 copy color: '#A97BD8'

red 169 ◦ green 123 ◦ blue 216

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

Shades of Medium Purple #A97BD8

Tints of Medium Purple #A97BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.52%

R = 33.27%
G = 24.21%
B = 42.52%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A97BD8 (or 0xA97BD8) is known color: Medium Purple. HEX triplet: A9, 7B and D8. RGB value is (169,123,216). Sum of RGB (Red+Green+Blue) = 169+123+216=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #A97BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BD8 is #568427. Grayscale: #939393. Windows color (decimal): -5669928 or 14187433. OLE color: 14187433.

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

Color convert

RGB 169 123 216 -
CMYK 0.22 0.43 0 0.15
HSL 269.68º 0.54% 0.66% -
HSV(B) 269.68º 0.43% 0.85% -
XYZ 35.84 27.56 68.4 -
YUV 147.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 169 123 216 0.22 0.43 0 0.15 269.68 0.54 0.66
Hex A9 7B D8 16 2B 0 F 10E 36 42
Octal 251 173 330 26 53 0 17 416 66 102
Binary 10101001 1111011 11011000 10110 101011 0 1111 100001110 110110 1000010

Color Harmonies of #A97BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97BD8

Black with #A97BD8

Text Example


Text Example

White with #A97BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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