Html Css Color HEX #A978FA Medium Purple

📋 copy color: '#A978FA'

red 169 ◦ green 120 ◦ blue 250

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

Shades of Medium Purple #A978FA

Tints of Medium Purple #A978FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.38%

R = 31.35%
G = 22.26%
B = 46.38%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A978FA (or 0xA978FA) is known color: Medium Purple. HEX triplet: A9, 78 and FA. RGB value is (169,120,250). Sum of RGB (Red+Green+Blue) = 169+120+250=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #A978FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978FA is #568705. Grayscale: #959595. Windows color (decimal): -5670662 or 16414889. OLE color: 16414889.

HSL color Cylindrical-coordinate representation of color #A978FA: hue angle of 262.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A978FA is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 120 250 -
CMYK 0.32 0.52 0 0.02
HSL 262.62º 0.93% 0.73% -
HSV(B) 262.62º 0.52% 0.98% -
XYZ 40.33 28.77 93.87 -
YUV 149.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 169 120 250 0.32 0.52 0 0.02 262.62 0.93 0.73
Hex A9 78 FA 20 34 0 2 107 5D 49
Octal 251 170 372 40 64 0 2 407 135 111
Binary 10101001 1111000 11111010 100000 110100 0 10 100000111 1011101 1001001

Color Harmonies of #A978FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978FA

Black with #A978FA

Text Example


Text Example

White with #A978FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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