Html Css Color HEX #A272DF Medium Purple

📋 copy color: '#A272DF'

red 162 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #A272DF

Tints of Medium Purple #A272DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 32.46%
G = 22.85%
B = 44.69%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A272DF (or 0xA272DF) is known color: Medium Purple. HEX triplet: A2, 72 and DF. RGB value is (162,114,223). Sum of RGB (Red+Green+Blue) = 162+114+223=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #A272DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272DF is #5D8D20. Grayscale: #8C8C8C. Windows color (decimal): -6130977 or 14643874. OLE color: 14643874.

HSL color Cylindrical-coordinate representation of color #A272DF: hue angle of 266.42º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A272DF is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 114 223 -
CMYK 0.27 0.49 0 0.13
HSL 266.42º 0.63% 0.66% -
HSV(B) 266.42º 0.49% 0.87% -
XYZ 34.24 25.04 72.84 -
YUV 140.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 162 114 223 0.27 0.49 0 0.13 266.42 0.63 0.66
Hex A2 72 DF 1B 31 0 D 10A 3F 42
Octal 242 162 337 33 61 0 15 412 77 102
Binary 10100010 1110010 11011111 11011 110001 0 1101 100001010 111111 1000010

Color Harmonies of #A272DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272DF

Black with #A272DF

Text Example


Text Example

White with #A272DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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