Html Css Color HEX #A978DA Medium Purple

📋 copy color: '#A978DA'

red 169 ◦ green 120 ◦ blue 218

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

Shades of Medium Purple #A978DA

Tints of Medium Purple #A978DA

RGB

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

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

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

R = 33.33%
G = 23.67%
B = 43%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A978DA (or 0xA978DA) is known color: Medium Purple. HEX triplet: A9, 78 and DA. RGB value is (169,120,218). Sum of RGB (Red+Green+Blue) = 169+120+218=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #A978DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978DA is #568725. Grayscale: #919191. Windows color (decimal): -5670694 or 14317737. OLE color: 14317737.

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

Color convert

RGB 169 120 218 -
CMYK 0.22 0.45 0 0.15
HSL 270º 0.57% 0.66% -
HSV(B) 270º 0.45% 0.85% -
XYZ 35.73 26.93 69.64 -
YUV 145.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 169 120 218 0.22 0.45 0 0.15 270 0.57 0.66
Hex A9 78 DA 16 2D 0 F 10E 39 42
Octal 251 170 332 26 55 0 17 416 71 102
Binary 10101001 1111000 11011010 10110 101101 0 1111 100001110 111001 1000010

Color Harmonies of #A978DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978DA

Black with #A978DA

Text Example


Text Example

White with #A978DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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