#A728EA

Color #A728EA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A728EA

Tints of Blue Violet #A728EA

Color information

#A728EA (or 0xA728EA) is unknown color: approx Blue Violet. HEX triplet: A7, 28 and EA. RGB value is (167,40,234). Sum of RGB (Red+Green+Blue) = 167+40+234=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #A728EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A728EA is #58D715. Grayscale: #636363. Windows color (decimal): -5822230 or 15345831. OLE color: 15345831.

HSL color Cylindrical-coordinate representation of color #A728EA: hue angle of 279.28º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A728EA is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16740234-
CMYK0.290.8300.08
HSL279.28º82.2%53.73%-
HSV(B)279.28º82.91%91.76%-
XYZ31.5515.6779.2-
YUV100.09203.58175.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 40 (16.02% from 255) = 9.07%
BLUE value IS 234 (91.80% from 255) = 53.06%
R=37.87%
G=9.07%
B=53.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal167402340.290.8300.08279.2882.253.73
HexA728EA1D53081175236
Octal247503523512301042712266
Binary1010011110100011101010111011010011010001000101111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A728EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A728EA; }

 p { color: rgb(167,40,234); }

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

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

 a { background-color: rgb(167,40,234); }

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

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

 span { border-color: rgb(167,40,234); }

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