Html Css Color HEX #A070DB Medium Purple

📋 copy color: '#A070DB'

red 160 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #A070DB

Tints of Medium Purple #A070DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 32.59%
G = 22.81%
B = 44.6%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A070DB (or 0xA070DB) is known color: Medium Purple. HEX triplet: A0, 70 and DB. RGB value is (160,112,219). Sum of RGB (Red+Green+Blue) = 160+112+219=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #A070DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070DB is #5F8F24. Grayscale: #8A8A8A. Windows color (decimal): -6262565 or 14381216. OLE color: 14381216.

HSL color Cylindrical-coordinate representation of color #A070DB: hue angle of 266.92º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A070DB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 112 219 -
CMYK 0.27 0.49 0 0.14
HSL 266.92º 0.6% 0.65% -
HSV(B) 266.92º 0.49% 0.86% -
XYZ 33.08 24.18 69.94 -
YUV 138.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 160 112 219 0.27 0.49 0 0.14 266.92 0.6 0.65
Hex A0 70 DB 1B 31 0 E 10B 3C 41
Octal 240 160 333 33 61 0 16 413 74 101
Binary 10100000 1110000 11011011 11011 110001 0 1110 100001011 111100 1000001

Color Harmonies of #A070DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070DB

Black with #A070DB

Text Example


Text Example

White with #A070DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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