Html Css Color HEX #A273DE Medium Purple

📋 copy color: '#A273DE'

red 162 ◦ green 115 ◦ blue 222

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

Shades of Medium Purple #A273DE

Tints of Medium Purple #A273DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 32.46%
G = 23.05%
B = 44.49%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A273DE (or 0xA273DE) is known color: Medium Purple. HEX triplet: A2, 73 and DE. RGB value is (162,115,222). Sum of RGB (Red+Green+Blue) = 162+115+222=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #A273DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273DE is #5D8C21. Grayscale: #8C8C8C. Windows color (decimal): -6130722 or 14578594. OLE color: 14578594.

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

Color convert

RGB 162 115 222 -
CMYK 0.27 0.48 0 0.13
HSL 266.36º 0.62% 0.66% -
HSV(B) 266.36º 0.48% 0.87% -
XYZ 34.22 25.22 72.17 -
YUV 141.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 162 115 222 0.27 0.48 0 0.13 266.36 0.62 0.66
Hex A2 73 DE 1B 30 0 D 10A 3E 42
Octal 242 163 336 33 60 0 15 412 76 102
Binary 10100010 1110011 11011110 11011 110000 0 1101 100001010 111110 1000010

Color Harmonies of #A273DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273DE

Black with #A273DE

Text Example


Text Example

White with #A273DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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