#a772eb

Color #A772EB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A772EB

Tints of Medium Purple #A772EB

Color information

#A772EB (or 0xA772EB) is unknown color: approx Medium Purple. HEX triplet: A7, 72 and EB. RGB value is (167,114,235). Sum of RGB (Red+Green+Blue) = 167+114+235=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #A772EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A772EB is #588D14. Grayscale: #8F8F8F. Windows color (decimal): -5803285 or 15430311. OLE color: 15430311.

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

Color convert

RGB167114235-
CMYK0.290.5100.08
HSL266.28º75.16%68.43%-
HSV(B)266.28º51.49%92.16%-
XYZ36.9526.2581.72-
YUV143.64179.56144.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 114 (44.92% from 255) = 22.09%
BLUE value IS 235 (92.19% from 255) = 45.54%
R=32.36%
G=22.09%
B=45.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671142350.290.5100.08266.2875.1668.43
HexA772EB1D330810a4b44
Octal2471623533563010412113104
Binary10100111111001011101011111011100110100010000101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a772eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a772eb; }

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

 H1.HeaderClassName
 {
   color: #a772eb;
 }
 .AnyTagClassName
 {
   color: #a772eb;
 }
</style>
background-color css

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

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

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

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

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

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