#A33A9D

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

Shades of Violet Blue #A33A9D

Tints of Violet Blue #A33A9D

Color information

#A33A9D (or 0xA33A9D) is unknown color: approx Violet Blue. HEX triplet: A3, 3A and 9D. RGB value is (163,58,157). Sum of RGB (Red+Green+Blue) = 163+58+157=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33A9D is #5CC562. Grayscale: #646464. Windows color (decimal): -6079843 or 10304163. OLE color: 10304163.

HSL color Cylindrical-coordinate representation of color #A33A9D: hue angle of 303.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33A9D is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16358157-
CMYK00.640.040.36
HSL303.43º47.51%43.33%-
HSV(B)303.43º64.42%63.92%-
XYZ22.713.2533.26-
YUV100.68159.79172.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=43.12%
G=15.34%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635815700.640.040.36303.4347.5143.33
HexA33A9D04042412f302b
Octal2437223501004444576053
Binary101000111110101001110101000000100100100100101111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A9D; }

 p { color: rgb(163,58,157); }

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

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

 a { background-color: rgb(163,58,157); }

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

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

 span { border-color: rgb(163,58,157); }

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