Html Css Color HEX #A272EB Medium Purple

📋 copy color: '#A272EB'

red 162 ◦ green 114 ◦ blue 235

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

Shades of Medium Purple #A272EB

Tints of Medium Purple #A272EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 31.7%
G = 22.31%
B = 45.99%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A272EB (or 0xA272EB) is known color: Medium Purple. HEX triplet: A2, 72 and EB. RGB value is (162,114,235). Sum of RGB (Red+Green+Blue) = 162+114+235=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #A272EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A272EB is #5D8D14. Grayscale: #8D8D8D. Windows color (decimal): -6130965 or 15430306. OLE color: 15430306.

HSL color Cylindrical-coordinate representation of color #A272EB: hue angle of 263.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A272EB is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 114 235 -
CMYK 0.31 0.51 0 0.08
HSL 263.8º 0.75% 0.68% -
HSV(B) 263.8º 0.51% 0.92% -
XYZ 35.91 25.71 81.67 -
YUV 142.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 162 114 235 0.31 0.51 0 0.08 263.8 0.75 0.68
Hex A2 72 EB 1F 33 0 8 108 4B 44
Octal 242 162 353 37 63 0 10 410 113 104
Binary 10100010 1110010 11101011 11111 110011 0 1000 100001000 1001011 1000100

Color Harmonies of #A272EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272EB

Black with #A272EB

Text Example


Text Example

White with #A272EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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