#A433FA

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

Shades of Blue Violet #A433FA

Tints of Blue Violet #A433FA

Color information

#A433FA (or 0xA433FA) is unknown color: approx Blue Violet. HEX triplet: A4, 33 and FA. RGB value is (164,51,250). Sum of RGB (Red+Green+Blue) = 164+51+250=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #A433FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A433FA is #5BCC05. Grayscale: #6A6A6A. Windows color (decimal): -6016006 or 16397220. OLE color: 16397220.

HSL color Cylindrical-coordinate representation of color #A433FA: hue angle of 274.07º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A433FA is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16451250-
CMYK0.340.8000.02
HSL274.07º95.22%59.02%-
HSV(B)274.07º79.6%98.04%-
XYZ33.7517.1691.98-
YUV107.47208.44168.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 51 (20.31% from 255) = 10.97%
BLUE value IS 250 (98.05% from 255) = 53.76%
R=35.27%
G=10.97%
B=53.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164512500.340.8000.02274.0795.2259.02
HexA433FA2250021125f3b
Octal24463372421200242213773
Binary101001001100111111101010001010100000101000100101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A433FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A433FA; }

 p { color: rgb(164,51,250); }

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

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

 a { background-color: rgb(164,51,250); }

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

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

 span { border-color: rgb(164,51,250); }

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