Html Css Color HEX #A072EB Medium Purple

📋 copy color: '#A072EB'

red 160 ◦ green 114 ◦ blue 235

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

Shades of Medium Purple #A072EB

Tints of Medium Purple #A072EB

RGB

 RED value IS 160 (62.89% from 255) = 31.43%

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

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

R = 31.43%
G = 22.4%
B = 46.17%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A072EB (or 0xA072EB) is known color: Medium Purple. HEX triplet: A0, 72 and EB. RGB value is (160,114,235). Sum of RGB (Red+Green+Blue) = 160+114+235=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #A072EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A072EB is #5F8D14. Grayscale: #8D8D8D. Windows color (decimal): -6262037 or 15430304. OLE color: 15430304.

HSL color Cylindrical-coordinate representation of color #A072EB: hue angle of 262.81º 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 #A072EB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 114 235 -
CMYK 0.32 0.51 0 0.08
HSL 262.81º 0.75% 0.68% -
HSV(B) 262.81º 0.51% 0.92% -
XYZ 35.51 25.51 81.65 -
YUV 141.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 160 114 235 0.32 0.51 0 0.08 262.81 0.75 0.68
Hex A0 72 EB 20 33 0 8 107 4B 44
Octal 240 162 353 40 63 0 10 407 113 104
Binary 10100000 1110010 11101011 100000 110011 0 1000 100000111 1001011 1000100

Color Harmonies of #A072EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072EB

Black with #A072EB

Text Example


Text Example

White with #A072EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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