Html Css Color HEX #A878FA Medium Purple

📋 copy color: '#A878FA'

red 168 ◦ green 120 ◦ blue 250

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

Shades of Medium Purple #A878FA

Tints of Medium Purple #A878FA

RGB

 RED value IS 168 (66.02% from 255) = 31.23%

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

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

R = 31.23%
G = 22.3%
B = 46.47%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A878FA (or 0xA878FA) is known color: Medium Purple. HEX triplet: A8, 78 and FA. RGB value is (168,120,250). Sum of RGB (Red+Green+Blue) = 168+120+250=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #A878FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878FA is #578705. Grayscale: #949494. Windows color (decimal): -5736198 or 16414888. OLE color: 16414888.

HSL color Cylindrical-coordinate representation of color #A878FA: hue angle of 262.15º 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 #A878FA is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 120 250 -
CMYK 0.33 0.52 0 0.02
HSL 262.15º 0.93% 0.73% -
HSV(B) 262.15º 0.52% 0.98% -
XYZ 40.12 28.66 93.86 -
YUV 149.17 184.9 141.43 -
System Red Green Blue C M Y K H S L
Decimal 168 120 250 0.33 0.52 0 0.02 262.15 0.93 0.73
Hex A8 78 FA 21 34 0 2 106 5D 49
Octal 250 170 372 41 64 0 2 406 135 111
Binary 10101000 1111000 11111010 100001 110100 0 10 100000110 1011101 1001001

Color Harmonies of #A878FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A878FA

Black with #A878FA

Text Example


Text Example

White with #A878FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A878FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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