Html Css Color HEX #A874FD Medium Purple

📋 copy color: '#A874FD'

red 168 ◦ green 116 ◦ blue 253

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

Shades of Medium Purple #A874FD

Tints of Medium Purple #A874FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 31.28%
G = 21.6%
B = 47.11%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A874FD (or 0xA874FD) is known color: Medium Purple. HEX triplet: A8, 74 and FD. RGB value is (168,116,253). Sum of RGB (Red+Green+Blue) = 168+116+253=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #A874FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A874FD is #578B02. Grayscale: #929292. Windows color (decimal): -5737219 or 16610472. OLE color: 16610472.

HSL color Cylindrical-coordinate representation of color #A874FD: hue angle of 262.77º degrees, saturation: 0.97, 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 #A874FD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 116 253 -
CMYK 0.34 0.54 0 0.01
HSL 262.77º 0.97% 0.72% -
HSV(B) 262.77º 0.54% 0.99% -
XYZ 40.12 27.91 96.2 -
YUV 147.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 168 116 253 0.34 0.54 0 0.01 262.77 0.97 0.72
Hex A8 74 FD 22 36 0 1 107 61 48
Octal 250 164 375 42 66 0 1 407 141 110
Binary 10101000 1110100 11111101 100010 110110 0 1 100000111 1100001 1001000

Color Harmonies of #A874FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A874FD

Black with #A874FD

Text Example


Text Example

White with #A874FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A874FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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