Html Css Color HEX #A273EA Medium Purple

📋 copy color: '#A273EA'

red 162 ◦ green 115 ◦ blue 234

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

Shades of Medium Purple #A273EA

Tints of Medium Purple #A273EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 31.7%
G = 22.5%
B = 45.79%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A273EA (or 0xA273EA) is known color: Medium Purple. HEX triplet: A2, 73 and EA. RGB value is (162,115,234). Sum of RGB (Red+Green+Blue) = 162+115+234=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #A273EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A273EA is #5D8C15. Grayscale: #8E8E8E. Windows color (decimal): -6130710 or 15365026. OLE color: 15365026.

HSL color Cylindrical-coordinate representation of color #A273EA: hue angle of 263.7º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A273EA is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 115 234 -
CMYK 0.31 0.51 0 0.08
HSL 263.7º 0.74% 0.68% -
HSV(B) 263.7º 0.51% 0.92% -
XYZ 35.88 25.88 80.95 -
YUV 142.62 179.57 141.82 -
System Red Green Blue C M Y K H S L
Decimal 162 115 234 0.31 0.51 0 0.08 263.7 0.74 0.68
Hex A2 73 EA 1F 33 0 8 108 4A 44
Octal 242 163 352 37 63 0 10 410 112 104
Binary 10100010 1110011 11101010 11111 110011 0 1000 100001000 1001010 1000100

Color Harmonies of #A273EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273EA

Black with #A273EA

Text Example


Text Example

White with #A273EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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