Html Css Color HEX #A070DD Medium Purple

📋 copy color: '#A070DD'

red 160 ◦ green 112 ◦ blue 221

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

Shades of Medium Purple #A070DD

Tints of Medium Purple #A070DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 32.45%
G = 22.72%
B = 44.83%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A070DD (or 0xA070DD) is known color: Medium Purple. HEX triplet: A0, 70 and DD. RGB value is (160,112,221). Sum of RGB (Red+Green+Blue) = 160+112+221=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #A070DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070DD is #5F8F22. Grayscale: #8A8A8A. Windows color (decimal): -6262563 or 14512288. OLE color: 14512288.

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

Color convert

RGB 160 112 221 -
CMYK 0.28 0.49 0 0.13
HSL 266.42º 0.62% 0.65% -
HSV(B) 266.42º 0.49% 0.87% -
XYZ 33.34 24.28 71.34 -
YUV 138.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 160 112 221 0.28 0.49 0 0.13 266.42 0.62 0.65
Hex A0 70 DD 1C 31 0 D 10A 3E 41
Octal 240 160 335 34 61 0 15 412 76 101
Binary 10100000 1110000 11011101 11100 110001 0 1101 100001010 111110 1000001

Color Harmonies of #A070DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070DD

Black with #A070DD

Text Example


Text Example

White with #A070DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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