#A728EB

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

Shades of Blue Violet #A728EB

Tints of Blue Violet #A728EB

Color information

#A728EB (or 0xA728EB) is unknown color: approx Blue Violet. HEX triplet: A7, 28 and EB. RGB value is (167,40,235). Sum of RGB (Red+Green+Blue) = 167+40+235=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #A728EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A728EB is #58D714. Grayscale: #636363. Windows color (decimal): -5822229 or 15411367. OLE color: 15411367.

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

Color convert

RGB16740235-
CMYK0.290.8300.08
HSL279.08º82.98%53.92%-
HSV(B)279.08º82.98%92.16%-
XYZ31.6915.7379.96-
YUV100.2204.08175.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 40 (16.02% from 255) = 9.05%
BLUE value IS 235 (92.19% from 255) = 53.17%
R=37.78%
G=9.05%
B=53.17%

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
Decimal167402350.290.8300.08279.0882.9853.92
HexA728EB1D53081175336
Octal247503533512301042712366
Binary1010011110100011101011111011010011010001000101111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A728EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A728EB; }

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

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

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

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

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

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

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

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