Html Css Color HEX #A273F8 Medium Purple

📋 copy color: '#A273F8'

red 162 ◦ green 115 ◦ blue 248

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

Shades of Medium Purple #A273F8

Tints of Medium Purple #A273F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.24%

R = 30.86%
G = 21.9%
B = 47.24%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A273F8 (or 0xA273F8) is known color: Medium Purple. HEX triplet: A2, 73 and F8. RGB value is (162,115,248). Sum of RGB (Red+Green+Blue) = 162+115+248=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #A273F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A273F8 is #5D8C07. Grayscale: #8F8F8F. Windows color (decimal): -6130696 or 16282530. OLE color: 16282530.

HSL color Cylindrical-coordinate representation of color #A273F8: hue angle of 261.2º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A273F8 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 115 248 -
CMYK 0.35 0.54 0 0.03
HSL 261.2º 0.9% 0.71% -
HSV(B) 261.2º 0.54% 0.97% -
XYZ 37.97 26.72 91.96 -
YUV 144.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 162 115 248 0.35 0.54 0 0.03 261.2 0.9 0.71
Hex A2 73 F8 23 36 0 3 105 5A 47
Octal 242 163 370 43 66 0 3 405 132 107
Binary 10100010 1110011 11111000 100011 110110 0 11 100000101 1011010 1000111

Color Harmonies of #A273F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273F8

Black with #A273F8

Text Example


Text Example

White with #A273F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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