Html Css Color HEX #A872FD Medium Purple

📋 copy color: '#A872FD'

red 168 ◦ green 114 ◦ blue 253

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

Shades of Medium Purple #A872FD

Tints of Medium Purple #A872FD

RGB

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

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

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

R = 31.4%
G = 21.31%
B = 47.29%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A872FD (or 0xA872FD) is known color: Medium Purple. HEX triplet: A8, 72 and FD. RGB value is (168,114,253). Sum of RGB (Red+Green+Blue) = 168+114+253=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #A872FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A872FD is #578D02. Grayscale: #919191. Windows color (decimal): -5737731 or 16609960. OLE color: 16609960.

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

Color convert

RGB 168 114 253 -
CMYK 0.34 0.55 0 0.01
HSL 263.31º 0.97% 0.72% -
HSV(B) 263.31º 0.55% 0.99% -
XYZ 39.9 27.45 96.12 -
YUV 145.99 188.39 143.7 -
System Red Green Blue C M Y K H S L
Decimal 168 114 253 0.34 0.55 0 0.01 263.31 0.97 0.72
Hex A8 72 FD 22 37 0 1 107 61 48
Octal 250 162 375 42 67 0 1 407 141 110
Binary 10101000 1110010 11111101 100010 110111 0 1 100000111 1100001 1001000

Color Harmonies of #A872FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872FD

Black with #A872FD

Text Example


Text Example

White with #A872FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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