Html Css Color HEX #A872FB Medium Purple

📋 copy color: '#A872FB'

red 168 ◦ green 114 ◦ blue 251

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

Shades of Medium Purple #A872FB

Tints of Medium Purple #A872FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 31.52%
G = 21.39%
B = 47.09%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A872FB (or 0xA872FB) is known color: Medium Purple. HEX triplet: A8, 72 and FB. RGB value is (168,114,251). Sum of RGB (Red+Green+Blue) = 168+114+251=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #A872FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A872FB is #578D04. Grayscale: #919191. Windows color (decimal): -5737733 or 16478888. OLE color: 16478888.

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

Color convert

RGB 168 114 251 -
CMYK 0.33 0.55 0 0.02
HSL 263.65º 0.94% 0.72% -
HSV(B) 263.65º 0.55% 0.98% -
XYZ 39.58 27.32 94.45 -
YUV 145.76 187.39 143.86 -
System Red Green Blue C M Y K H S L
Decimal 168 114 251 0.33 0.55 0 0.02 263.65 0.94 0.72
Hex A8 72 FB 21 37 0 2 108 5E 48
Octal 250 162 373 41 67 0 2 410 136 110
Binary 10101000 1110010 11111011 100001 110111 0 10 100001000 1011110 1001000

Color Harmonies of #A872FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872FB

Black with #A872FB

Text Example


Text Example

White with #A872FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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