Html Css Color HEX #A272F9 Medium Purple

📋 copy color: '#A272F9'

red 162 ◦ green 114 ◦ blue 249

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

Shades of Medium Purple #A272F9

Tints of Medium Purple #A272F9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.71%

 BLUE value IS 249 (97.66% from 255) = 47.43%

R = 30.86%
G = 21.71%
B = 47.43%

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

#A272F9 (or 0xA272F9) is known color: Medium Purple. HEX triplet: A2, 72 and F9. RGB value is (162,114,249). Sum of RGB (Red+Green+Blue) = 162+114+249=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #A272F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A272F9 is #5D8D06. Grayscale: #8F8F8F. Windows color (decimal): -6130951 or 16347810. OLE color: 16347810.

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

Color convert

RGB 162 114 249 -
CMYK 0.35 0.54 0 0.02
HSL 261.33º 0.92% 0.71% -
HSV(B) 261.33º 0.54% 0.98% -
XYZ 38.02 26.56 92.74 -
YUV 143.74 187.4 141.02 -
System Red Green Blue C M Y K H S L
Decimal 162 114 249 0.35 0.54 0 0.02 261.33 0.92 0.71
Hex A2 72 F9 23 36 0 2 105 5C 47
Octal 242 162 371 43 66 0 2 405 134 107
Binary 10100010 1110010 11111001 100011 110110 0 10 100000101 1011100 1000111

Color Harmonies of #A272F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272F9

Black with #A272F9

Text Example


Text Example

White with #A272F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272F9; }

 p { color: rgb(162,114,249); }

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

background-color css

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

 a { background-color: rgb(162,114,249); }

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

border-color css

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

 span { border-color: rgb(162,114,249); }

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