Html Css Color HEX #A070DF Medium Purple

📋 copy color: '#A070DF'

red 160 ◦ green 112 ◦ blue 223

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

Shades of Medium Purple #A070DF

Tints of Medium Purple #A070DF

RGB

 RED value IS 160 (62.89% from 255) = 32.32%

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

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

R = 32.32%
G = 22.63%
B = 45.05%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A070DF (or 0xA070DF) is known color: Medium Purple. HEX triplet: A0, 70 and DF. RGB value is (160,112,223). Sum of RGB (Red+Green+Blue) = 160+112+223=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #A070DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070DF is #5F8F20. Grayscale: #8A8A8A. Windows color (decimal): -6262561 or 14643360. OLE color: 14643360.

HSL color Cylindrical-coordinate representation of color #A070DF: hue angle of 265.95º 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 #A070DF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 112 223 -
CMYK 0.28 0.50 0 0.13
HSL 265.95º 0.63% 0.66% -
HSV(B) 265.95º 0.5% 0.87% -
XYZ 33.61 24.39 72.75 -
YUV 139.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 160 112 223 0.28 0.50 0 0.13 265.95 0.63 0.66
Hex A0 70 DF 1C 32 0 D 10A 3F 42
Octal 240 160 337 34 62 0 15 412 77 102
Binary 10100000 1110000 11011111 11100 110010 0 1101 100001010 111111 1000010

Color Harmonies of #A070DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070DF

Black with #A070DF

Text Example


Text Example

White with #A070DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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