Html Css Color HEX #A273FA Medium Purple

📋 copy color: '#A273FA'

red 162 ◦ green 115 ◦ blue 250

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

Shades of Medium Purple #A273FA

Tints of Medium Purple #A273FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 30.74%
G = 21.82%
B = 47.44%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A273FA (or 0xA273FA) is known color: Medium Purple. HEX triplet: A2, 73 and FA. RGB value is (162,115,250). Sum of RGB (Red+Green+Blue) = 162+115+250=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #A273FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A273FA is #5D8C05. Grayscale: #8F8F8F. Windows color (decimal): -6130694 or 16413602. OLE color: 16413602.

HSL color Cylindrical-coordinate representation of color #A273FA: hue angle of 260.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A273FA is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 115 250 -
CMYK 0.35 0.54 0 0.02
HSL 260.89º 0.93% 0.72% -
HSV(B) 260.89º 0.54% 0.98% -
XYZ 38.29 26.84 93.61 -
YUV 144.44 187.57 140.52 -
System Red Green Blue C M Y K H S L
Decimal 162 115 250 0.35 0.54 0 0.02 260.89 0.93 0.72
Hex A2 73 FA 23 36 0 2 105 5D 48
Octal 242 163 372 43 66 0 2 405 135 110
Binary 10100010 1110011 11111010 100011 110110 0 10 100000101 1011101 1001000

Color Harmonies of #A273FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273FA

Black with #A273FA

Text Example


Text Example

White with #A273FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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