Html Css Color HEX #A870DF Medium Purple

📋 copy color: '#A870DF'

red 168 ◦ green 112 ◦ blue 223

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

Shades of Medium Purple #A870DF

Tints of Medium Purple #A870DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.27%

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

R = 33.4%
G = 22.27%
B = 44.33%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A870DF (or 0xA870DF) is known color: Medium Purple. HEX triplet: A8, 70 and DF. RGB value is (168,112,223). Sum of RGB (Red+Green+Blue) = 168+112+223=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #A870DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870DF is #578F20. Grayscale: #8D8D8D. Windows color (decimal): -5738273 or 14643368. OLE color: 14643368.

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

Color convert

RGB 168 112 223 -
CMYK 0.25 0.50 0 0.13
HSL 270.27º 0.63% 0.66% -
HSV(B) 270.27º 0.5% 0.87% -
XYZ 35.26 25.24 72.83 -
YUV 141.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 168 112 223 0.25 0.50 0 0.13 270.27 0.63 0.66
Hex A8 70 DF 19 32 0 D 10E 3F 42
Octal 250 160 337 31 62 0 15 416 77 102
Binary 10101000 1110000 11011111 11001 110010 0 1101 100001110 111111 1000010

Color Harmonies of #A870DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A870DF

Black with #A870DF

Text Example


Text Example

White with #A870DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A870DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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