Html Css Color HEX #A272E6 Medium Purple

📋 copy color: '#A272E6'

red 162 ◦ green 114 ◦ blue 230

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

Shades of Medium Purple #A272E6

Tints of Medium Purple #A272E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.45%

R = 32.02%
G = 22.53%
B = 45.45%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A272E6 (or 0xA272E6) is known color: Medium Purple. HEX triplet: A2, 72 and E6. RGB value is (162,114,230). Sum of RGB (Red+Green+Blue) = 162+114+230=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #A272E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A272E6 is #5D8D19. Grayscale: #8D8D8D. Windows color (decimal): -6130970 or 15102626. OLE color: 15102626.

HSL color Cylindrical-coordinate representation of color #A272E6: hue angle of 264.83º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A272E6 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 114 230 -
CMYK 0.30 0.50 0 0.10
HSL 264.83º 0.7% 0.67% -
HSV(B) 264.83º 0.5% 0.9% -
XYZ 35.2 25.43 77.92 -
YUV 141.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 162 114 230 0.30 0.50 0 0.10 264.83 0.7 0.67
Hex A2 72 E6 1E 32 0 A 109 46 43
Octal 242 162 346 36 62 0 12 411 106 103
Binary 10100010 1110010 11100110 11110 110010 0 1010 100001001 1000110 1000011

Color Harmonies of #A272E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272E6

Black with #A272E6

Text Example


Text Example

White with #A272E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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