#A730ED

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

Shades of Blue Violet #A730ED

Tints of Blue Violet #A730ED

Color information

#A730ED (or 0xA730ED) is unknown color: approx Blue Violet. HEX triplet: A7, 30 and ED. RGB value is (167,48,237). Sum of RGB (Red+Green+Blue) = 167+48+237=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #A730ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A730ED is #58CF12. Grayscale: #686868. Windows color (decimal): -5820179 or 15544487. OLE color: 15544487.

HSL color Cylindrical-coordinate representation of color #A730ED: hue angle of 277.78º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A730ED is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16748237-
CMYK0.300.8000.07
HSL277.78º84%55.88%-
HSV(B)277.78º79.75%92.94%-
XYZ32.2816.4481.59-
YUV105.13202.42172.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.95%
GREEN value IS 48 (19.14% from 255) = 10.62%
BLUE value IS 237 (92.97% from 255) = 52.43%
R=36.95%
G=10.62%
B=52.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167482370.300.8000.07277.788455.88
HexA730ED1E50071165438
Octal24760355361200742612470
Binary101001111100001110110111110101000001111000101101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A730ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A730ED; }

 p { color: rgb(167,48,237); }

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

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

 a { background-color: rgb(167,48,237); }

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

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

 span { border-color: rgb(167,48,237); }

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