Html Css Color HEX #A874FC Medium Purple

📋 copy color: '#A874FC'

red 168 ◦ green 116 ◦ blue 252

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

Shades of Medium Purple #A874FC

Tints of Medium Purple #A874FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.64%

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

R = 31.34%
G = 21.64%
B = 47.01%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A874FC (or 0xA874FC) is known color: Medium Purple. HEX triplet: A8, 74 and FC. RGB value is (168,116,252). Sum of RGB (Red+Green+Blue) = 168+116+252=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #A874FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A874FC is #578B03. Grayscale: #929292. Windows color (decimal): -5737220 or 16544936. OLE color: 16544936.

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

Color convert

RGB 168 116 252 -
CMYK 0.33 0.54 0 0.01
HSL 262.94º 0.96% 0.72% -
HSV(B) 262.94º 0.54% 0.99% -
XYZ 39.96 27.84 95.36 -
YUV 147.05 187.23 142.94 -
System Red Green Blue C M Y K H S L
Decimal 168 116 252 0.33 0.54 0 0.01 262.94 0.96 0.72
Hex A8 74 FC 21 36 0 1 107 60 48
Octal 250 164 374 41 66 0 1 407 140 110
Binary 10101000 1110100 11111100 100001 110110 0 1 100000111 1100000 1001000

Color Harmonies of #A874FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A874FC

Black with #A874FC

Text Example


Text Example

White with #A874FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A874FC; }

 p { color: rgb(168,116,252); }

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

background-color css

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

 a { background-color: rgb(168,116,252); }

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

border-color css

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

 span { border-color: rgb(168,116,252); }

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