#A434EB

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

Shades of Blue Violet #A434EB

Tints of Blue Violet #A434EB

Color information

#A434EB (or 0xA434EB) is unknown color: approx Blue Violet. HEX triplet: A4, 34 and EB. RGB value is (164,52,235). Sum of RGB (Red+Green+Blue) = 164+52+235=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #A434EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A434EB is #5BCB14. Grayscale: #696969. Windows color (decimal): -6015765 or 15414436. OLE color: 15414436.

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

Color convert

RGB16452235-
CMYK0.300.7800.08
HSL276.72º82.06%56.27%-
HSV(B)276.72º77.87%92.16%-
XYZ31.5316.3580.09-
YUV106.35200.61169.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 52 (20.70% from 255) = 11.53%
BLUE value IS 235 (92.19% from 255) = 52.11%
R=36.36%
G=11.53%
B=52.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal164522350.300.7800.08276.7282.0656.27
HexA434EB1E4E081155238
Octal244643533611601042512270
Binary1010010011010011101011111101001110010001000101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A434EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A434EB; }

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

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

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

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

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

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

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

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