Html Css Color HEX #A272DD Medium Purple

📋 copy color: '#A272DD'

red 162 ◦ green 114 ◦ blue 221

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

Shades of Medium Purple #A272DD

Tints of Medium Purple #A272DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 32.6%
G = 22.94%
B = 44.47%

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

#A272DD (or 0xA272DD) is known color: Medium Purple. HEX triplet: A2, 72 and DD. RGB value is (162,114,221). Sum of RGB (Red+Green+Blue) = 162+114+221=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #A272DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272DD is #5D8D22. Grayscale: #8C8C8C. Windows color (decimal): -6130979 or 14512802. OLE color: 14512802.

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

Color convert

RGB 162 114 221 -
CMYK 0.27 0.48 0 0.13
HSL 266.92º 0.61% 0.66% -
HSV(B) 266.92º 0.48% 0.87% -
XYZ 33.97 24.94 71.43 -
YUV 140.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 162 114 221 0.27 0.48 0 0.13 266.92 0.61 0.66
Hex A2 72 DD 1B 30 0 D 10B 3D 42
Octal 242 162 335 33 60 0 15 413 75 102
Binary 10100010 1110010 11011101 11011 110000 0 1101 100001011 111101 1000010

Color Harmonies of #A272DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272DD

Black with #A272DD

Text Example


Text Example

White with #A272DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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