Html Css Color HEX #A072DA Medium Purple

📋 copy color: '#A072DA'

red 160 ◦ green 114 ◦ blue 218

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

Shades of Medium Purple #A072DA

Tints of Medium Purple #A072DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 32.52%
G = 23.17%
B = 44.31%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A072DA (or 0xA072DA) is known color: Medium Purple. HEX triplet: A0, 72 and DA. RGB value is (160,114,218). Sum of RGB (Red+Green+Blue) = 160+114+218=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #A072DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072DA is #5F8D25. Grayscale: #8B8B8B. Windows color (decimal): -6262054 or 14316192. OLE color: 14316192.

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

Color convert

RGB 160 114 218 -
CMYK 0.27 0.48 0 0.15
HSL 266.54º 0.58% 0.65% -
HSV(B) 266.54º 0.48% 0.85% -
XYZ 33.17 24.57 69.32 -
YUV 139.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 160 114 218 0.27 0.48 0 0.15 266.54 0.58 0.65
Hex A0 72 DA 1B 30 0 F 10B 3A 41
Octal 240 162 332 33 60 0 17 413 72 101
Binary 10100000 1110010 11011010 11011 110000 0 1111 100001011 111010 1000001

Color Harmonies of #A072DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072DA

Black with #A072DA

Text Example


Text Example

White with #A072DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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