Html Css Color HEX #A872FE Medium Purple

📋 copy color: '#A872FE'

red 168 ◦ green 114 ◦ blue 254

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

Shades of Medium Purple #A872FE

Tints of Medium Purple #A872FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.27%

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 31.34%
G = 21.27%
B = 47.39%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A872FE (or 0xA872FE) is known color: Medium Purple. HEX triplet: A8, 72 and FE. RGB value is (168,114,254). Sum of RGB (Red+Green+Blue) = 168+114+254=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #A872FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A872FE is #578D01. Grayscale: #919191. Windows color (decimal): -5737730 or 16675496. OLE color: 16675496.

HSL color Cylindrical-coordinate representation of color #A872FE: hue angle of 263.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A872FE is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 114 254 -
CMYK 0.34 0.55 0 0.00
HSL 263.14º 0.99% 0.72% -
HSV(B) 263.14º 0.55% 1% -
XYZ 40.06 27.52 96.97 -
YUV 146.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 168 114 254 0.34 0.55 0 0.00 263.14 0.99 0.72
Hex A8 72 FE 22 37 0 0 107 63 48
Octal 250 162 376 42 67 0 0 407 143 110
Binary 10101000 1110010 11111110 100010 110111 0 0 100000111 1100011 1001000

Color Harmonies of #A872FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872FE

Black with #A872FE

Text Example


Text Example

White with #A872FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872FE; }

 p { color: rgb(168,114,254); }

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

background-color css

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

 a { background-color: rgb(168,114,254); }

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

border-color css

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

 span { border-color: rgb(168,114,254); }

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