Html Css Color HEX #A872DF Medium Purple

📋 copy color: '#A872DF'

red 168 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #A872DF

Tints of Medium Purple #A872DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 33.27%
G = 22.57%
B = 44.16%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A872DF (or 0xA872DF) is known color: Medium Purple. HEX triplet: A8, 72 and DF. RGB value is (168,114,223). Sum of RGB (Red+Green+Blue) = 168+114+223=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #A872DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872DF is #578D20. Grayscale: #8E8E8E. Windows color (decimal): -5737761 or 14643880. OLE color: 14643880.

HSL color Cylindrical-coordinate representation of color #A872DF: hue angle of 269.72º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A872DF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 114 223 -
CMYK 0.25 0.49 0 0.13
HSL 269.72º 0.63% 0.66% -
HSV(B) 269.72º 0.49% 0.87% -
XYZ 35.49 25.69 72.9 -
YUV 142.57 173.39 146.14 -
System Red Green Blue C M Y K H S L
Decimal 168 114 223 0.25 0.49 0 0.13 269.72 0.63 0.66
Hex A8 72 DF 19 31 0 D 10E 3F 42
Octal 250 162 337 31 61 0 15 416 77 102
Binary 10101000 1110010 11011111 11001 110001 0 1101 100001110 111111 1000010

Color Harmonies of #A872DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A872DF

Black with #A872DF

Text Example


Text Example

White with #A872DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A872DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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