#A435F2

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

Shades of Blue Violet #A435F2

Tints of Blue Violet #A435F2

Color information

#A435F2 (or 0xA435F2) is unknown color: approx Blue Violet. HEX triplet: A4, 35 and F2. RGB value is (164,53,242). Sum of RGB (Red+Green+Blue) = 164+53+242=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #A435F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A435F2 is #5BCA0D. Grayscale: #6B6B6B. Windows color (decimal): -6015502 or 15873444. OLE color: 15873444.

HSL color Cylindrical-coordinate representation of color #A435F2: hue angle of 275.24º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A435F2 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16453242-
CMYK0.320.7800.05
HSL275.24º87.91%57.84%-
HSV(B)275.24º78.1%94.9%-
XYZ32.6116.8585.54-
YUV107.73203.77168.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 53 (21.09% from 255) = 11.55%
BLUE value IS 242 (94.92% from 255) = 52.72%
R=35.73%
G=11.55%
B=52.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164532420.320.7800.05275.2487.9157.84
HexA435F2204E05113583a
Octal24465362401160542313072
Binary1010010011010111110010100000100111001011000100111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A435F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A435F2; }

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

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

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

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

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

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

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

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