#A435EB

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

Shades of Blue Violet #A435EB

Tints of Blue Violet #A435EB

Color information

#A435EB (or 0xA435EB) is unknown color: approx Blue Violet. HEX triplet: A4, 35 and EB. RGB value is (164,53,235). Sum of RGB (Red+Green+Blue) = 164+53+235=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #A435EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A435EB is #5BCA14. Grayscale: #6A6A6A. Windows color (decimal): -6015509 or 15414692. OLE color: 15414692.

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

Color convert

RGB16453235-
CMYK0.300.7700.08
HSL276.59º81.98%56.47%-
HSV(B)276.59º77.45%92.16%-
XYZ31.5816.4480.11-
YUV106.94200.27168.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 53 (21.09% from 255) = 11.73%
BLUE value IS 235 (92.19% from 255) = 51.99%
R=36.28%
G=11.73%
B=51.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal164532350.300.7700.08276.5981.9856.47
HexA435EB1E4D081155238
Octal244653533611501042512270
Binary1010010011010111101011111101001101010001000101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A435EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A435EB; }

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

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

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

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

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

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

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

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