#A434ED

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

Shades of Blue Violet #A434ED

Tints of Blue Violet #A434ED

Color information

#A434ED (or 0xA434ED) is unknown color: approx Blue Violet. HEX triplet: A4, 34 and ED. RGB value is (164,52,237). Sum of RGB (Red+Green+Blue) = 164+52+237=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #A434ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A434ED is #5BCB12. Grayscale: #696969. Windows color (decimal): -6015763 or 15545508. OLE color: 15545508.

HSL color Cylindrical-coordinate representation of color #A434ED: hue angle of 276.32º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A434ED is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16452237-
CMYK0.310.7800.07
HSL276.32º83.71%56.67%-
HSV(B)276.32º78.06%92.94%-
XYZ31.8216.4681.62-
YUV106.58201.61168.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 52 (20.70% from 255) = 11.48%
BLUE value IS 237 (92.97% from 255) = 52.32%
R=36.20%
G=11.48%
B=52.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164522370.310.7800.07276.3283.7156.67
HexA434ED1F4E071145439
Octal24464355371160742412471
Binary101001001101001110110111111100111001111000101001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A434ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A434ED; }

 p { color: rgb(164,52,237); }

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

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

 a { background-color: rgb(164,52,237); }

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

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

 span { border-color: rgb(164,52,237); }

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