Html Css Color HEX #A272DB Medium Purple

📋 copy color: '#A272DB'

red 162 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #A272DB

Tints of Medium Purple #A272DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 32.73%
G = 23.03%
B = 44.24%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A272DB (or 0xA272DB) is known color: Medium Purple. HEX triplet: A2, 72 and DB. RGB value is (162,114,219). Sum of RGB (Red+Green+Blue) = 162+114+219=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #A272DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272DB is #5D8D24. Grayscale: #8B8B8B. Windows color (decimal): -6130981 or 14381730. OLE color: 14381730.

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

Color convert

RGB 162 114 219 -
CMYK 0.26 0.48 0 0.14
HSL 267.43º 0.59% 0.65% -
HSV(B) 267.43º 0.48% 0.86% -
XYZ 33.7 24.83 70.03 -
YUV 140.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 162 114 219 0.26 0.48 0 0.14 267.43 0.59 0.65
Hex A2 72 DB 1A 30 0 E 10B 3B 41
Octal 242 162 333 32 60 0 16 413 73 101
Binary 10100010 1110010 11011011 11010 110000 0 1110 100001011 111011 1000001

Color Harmonies of #A272DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272DB

Black with #A272DB

Text Example


Text Example

White with #A272DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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