Html Css Color HEX #A872FC Medium Purple

📋 copy color: '#A872FC'

red 168 ◦ green 114 ◦ blue 252

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

Shades of Medium Purple #A872FC

Tints of Medium Purple #A872FC

RGB

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

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

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

R = 31.46%
G = 21.35%
B = 47.19%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A872FC (or 0xA872FC) is known color: Medium Purple. HEX triplet: A8, 72 and FC. RGB value is (168,114,252). Sum of RGB (Red+Green+Blue) = 168+114+252=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #A872FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A872FC is #578D03. Grayscale: #919191. Windows color (decimal): -5737732 or 16544424. OLE color: 16544424.

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

Color convert

RGB 168 114 252 -
CMYK 0.33 0.55 0 0.01
HSL 263.48º 0.96% 0.72% -
HSV(B) 263.48º 0.55% 0.99% -
XYZ 39.74 27.39 95.29 -
YUV 145.88 187.89 143.78 -
System Red Green Blue C M Y K H S L
Decimal 168 114 252 0.33 0.55 0 0.01 263.48 0.96 0.72
Hex A8 72 FC 21 37 0 1 107 60 48
Octal 250 162 374 41 67 0 1 407 140 110
Binary 10101000 1110010 11111100 100001 110111 0 1 100000111 1100000 1001000

Color Harmonies of #A872FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872FC

Black with #A872FC

Text Example


Text Example

White with #A872FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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