Html Css Color HEX #A978DD Medium Purple

📋 copy color: '#A978DD'

red 169 ◦ green 120 ◦ blue 221

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

Shades of Medium Purple #A978DD

Tints of Medium Purple #A978DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.53%

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 33.14%
G = 23.53%
B = 43.33%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A978DD (or 0xA978DD) is known color: Medium Purple. HEX triplet: A9, 78 and DD. RGB value is (169,120,221). Sum of RGB (Red+Green+Blue) = 169+120+221=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A978DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978DD is #568722. Grayscale: #919191. Windows color (decimal): -5670691 or 14514345. OLE color: 14514345.

HSL color Cylindrical-coordinate representation of color #A978DD: hue angle of 269.11º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A978DD is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 120 221 -
CMYK 0.24 0.46 0 0.13
HSL 269.11º 0.6% 0.67% -
HSV(B) 269.11º 0.46% 0.87% -
XYZ 36.13 27.09 71.73 -
YUV 146.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 169 120 221 0.24 0.46 0 0.13 269.11 0.6 0.67
Hex A9 78 DD 18 2E 0 D 10D 3C 43
Octal 251 170 335 30 56 0 15 415 74 103
Binary 10101001 1111000 11011101 11000 101110 0 1101 100001101 111100 1000011

Color Harmonies of #A978DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978DD

Black with #A978DD

Text Example


Text Example

White with #A978DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978DD; }

 p { color: rgb(169,120,221); }

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

background-color css

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

 a { background-color: rgb(169,120,221); }

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

border-color css

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

 span { border-color: rgb(169,120,221); }

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