Html Css Color HEX #A273DF Medium Purple

📋 copy color: '#A273DF'

red 162 ◦ green 115 ◦ blue 223

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

Shades of Medium Purple #A273DF

Tints of Medium Purple #A273DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 32.4%
G = 23%
B = 44.6%

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

#A273DF (or 0xA273DF) is known color: Medium Purple. HEX triplet: A2, 73 and DF. RGB value is (162,115,223). Sum of RGB (Red+Green+Blue) = 162+115+223=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #A273DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273DF is #5D8C20. Grayscale: #8C8C8C. Windows color (decimal): -6130721 or 14644130. OLE color: 14644130.

HSL color Cylindrical-coordinate representation of color #A273DF: hue angle of 266.11º degrees, saturation: 0.63, 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 #A273DF is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 115 223 -
CMYK 0.27 0.48 0 0.13
HSL 266.11º 0.63% 0.66% -
HSV(B) 266.11º 0.48% 0.87% -
XYZ 34.35 25.27 72.88 -
YUV 141.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 162 115 223 0.27 0.48 0 0.13 266.11 0.63 0.66
Hex A2 73 DF 1B 30 0 D 10A 3F 42
Octal 242 163 337 33 60 0 15 412 77 102
Binary 10100010 1110011 11011111 11011 110000 0 1101 100001010 111111 1000010

Color Harmonies of #A273DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273DF

Black with #A273DF

Text Example


Text Example

White with #A273DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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