#A672EA

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

Shades of Medium Purple #A672EA

Tints of Medium Purple #A672EA

Color information

#A672EA (or 0xA672EA) is unknown color: approx Medium Purple. HEX triplet: A6, 72 and EA. RGB value is (166,114,234). Sum of RGB (Red+Green+Blue) = 166+114+234=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #A672EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672EA is #598D15. Grayscale: #8E8E8E. Windows color (decimal): -5868822 or 15364774. OLE color: 15364774.

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

Color convert

RGB166114234-
CMYK0.290.5100.08
HSL266º74.07%68.24%-
HSV(B)266º51.28%91.76%-
XYZ36.5926.0880.95-
YUV143.23179.23144.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 114 (44.92% from 255) = 22.18%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=32.30%
G=22.18%
B=45.53%

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
Decimal1661142340.290.5100.0826674.0768.24
HexA672EA1D330810a4a44
Octal2461623523563010412112104
Binary10100110111001011101010111011100110100010000101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A672EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A672EA; }

 p { color: rgb(166,114,234); }

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

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

 a { background-color: rgb(166,114,234); }

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

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

 span { border-color: rgb(166,114,234); }

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