Html Css Color HEX #A272DA Medium Purple

📋 copy color: '#A272DA'

red 162 ◦ green 114 ◦ blue 218

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

Shades of Medium Purple #A272DA

Tints of Medium Purple #A272DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 32.79%
G = 23.08%
B = 44.13%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A272DA (or 0xA272DA) is known color: Medium Purple. HEX triplet: A2, 72 and DA. RGB value is (162,114,218). Sum of RGB (Red+Green+Blue) = 162+114+218=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #A272DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272DA is #5D8D25. Grayscale: #8B8B8B. Windows color (decimal): -6130982 or 14316194. OLE color: 14316194.

HSL color Cylindrical-coordinate representation of color #A272DA: hue angle of 267.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A272DA is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 114 218 -
CMYK 0.26 0.48 0 0.15
HSL 267.69º 0.58% 0.65% -
HSV(B) 267.69º 0.48% 0.85% -
XYZ 33.57 24.78 69.34 -
YUV 140.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 162 114 218 0.26 0.48 0 0.15 267.69 0.58 0.65
Hex A2 72 DA 1A 30 0 F 10C 3A 41
Octal 242 162 332 32 60 0 17 414 72 101
Binary 10100010 1110010 11011010 11010 110000 0 1111 100001100 111010 1000001

Color Harmonies of #A272DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272DA

Black with #A272DA

Text Example


Text Example

White with #A272DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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