Html Css Color HEX #A273DC Medium Purple

📋 copy color: '#A273DC'

red 162 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #A273DC

Tints of Medium Purple #A273DC

RGB

 RED value IS 162 (63.67% from 255) = 32.6%

 GREEN value IS 115 (45.31% from 255) = 23.14%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 32.6%
G = 23.14%
B = 44.27%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A273DC (or 0xA273DC) is known color: Medium Purple. HEX triplet: A2, 73 and DC. RGB value is (162,115,220). Sum of RGB (Red+Green+Blue) = 162+115+220=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #A273DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273DC is #5D8C23. Grayscale: #8C8C8C. Windows color (decimal): -6130724 or 14447522. OLE color: 14447522.

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

Color convert

RGB 162 115 220 -
CMYK 0.26 0.48 0 0.14
HSL 266.86º 0.6% 0.66% -
HSV(B) 266.86º 0.48% 0.86% -
XYZ 33.95 25.11 70.77 -
YUV 141.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 162 115 220 0.26 0.48 0 0.14 266.86 0.6 0.66
Hex A2 73 DC 1A 30 0 E 10B 3C 42
Octal 242 163 334 32 60 0 16 413 74 102
Binary 10100010 1110011 11011100 11010 110000 0 1110 100001011 111100 1000010

Color Harmonies of #A273DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273DC

Black with #A273DC

Text Example


Text Example

White with #A273DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273DC; }

 p { color: rgb(162,115,220); }

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

background-color css

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

 a { background-color: rgb(162,115,220); }

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

border-color css

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

 span { border-color: rgb(162,115,220); }

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