Html Css Color HEX #A072DB Medium Purple

📋 copy color: '#A072DB'

red 160 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #A072DB

Tints of Medium Purple #A072DB

RGB

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

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

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

R = 32.45%
G = 23.12%
B = 44.42%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A072DB (or 0xA072DB) is known color: Medium Purple. HEX triplet: A0, 72 and DB. RGB value is (160,114,219). Sum of RGB (Red+Green+Blue) = 160+114+219=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #A072DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072DB is #5F8D24. Grayscale: #8B8B8B. Windows color (decimal): -6262053 or 14381728. OLE color: 14381728.

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

Color convert

RGB 160 114 219 -
CMYK 0.27 0.48 0 0.14
HSL 266.29º 0.59% 0.65% -
HSV(B) 266.29º 0.48% 0.86% -
XYZ 33.3 24.62 70.02 -
YUV 139.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 160 114 219 0.27 0.48 0 0.14 266.29 0.59 0.65
Hex A0 72 DB 1B 30 0 E 10A 3B 41
Octal 240 162 333 33 60 0 16 412 73 101
Binary 10100000 1110010 11011011 11011 110000 0 1110 100001010 111011 1000001

Color Harmonies of #A072DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072DB

Black with #A072DB

Text Example


Text Example

White with #A072DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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