Html Css Color HEX #A978FC Medium Purple

📋 copy color: '#A978FC'

red 169 ◦ green 120 ◦ blue 252

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

Shades of Medium Purple #A978FC

Tints of Medium Purple #A978FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 31.24%
G = 22.18%
B = 46.58%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A978FC (or 0xA978FC) is known color: Medium Purple. HEX triplet: A9, 78 and FC. RGB value is (169,120,252). Sum of RGB (Red+Green+Blue) = 169+120+252=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #A978FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978FC is #568703. Grayscale: #959595. Windows color (decimal): -5670660 or 16545961. OLE color: 16545961.

HSL color Cylindrical-coordinate representation of color #A978FC: hue angle of 262.27º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A978FC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 120 252 -
CMYK 0.33 0.52 0 0.01
HSL 262.27º 0.96% 0.73% -
HSV(B) 262.27º 0.52% 0.99% -
XYZ 40.65 28.9 95.53 -
YUV 149.7 185.73 141.77 -
System Red Green Blue C M Y K H S L
Decimal 169 120 252 0.33 0.52 0 0.01 262.27 0.96 0.73
Hex A9 78 FC 21 34 0 1 106 60 49
Octal 251 170 374 41 64 0 1 406 140 111
Binary 10101001 1111000 11111100 100001 110100 0 1 100000110 1100000 1001001

Color Harmonies of #A978FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978FC

Black with #A978FC

Text Example


Text Example

White with #A978FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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