#A33D99

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

Shades of Violet Blue #A33D99

Tints of Violet Blue #A33D99

Color information

#A33D99 (or 0xA33D99) is unknown color: approx Violet Blue. HEX triplet: A3, 3D and 99. RGB value is (163,61,153). Sum of RGB (Red+Green+Blue) = 163+61+153=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33D99 is #5CC266. Grayscale: #656565. Windows color (decimal): -6079079 or 10042787. OLE color: 10042787.

HSL color Cylindrical-coordinate representation of color #A33D99: hue angle of 305.88º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33D99 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16361153-
CMYK00.630.060.36
HSL305.88º45.54%43.92%-
HSV(B)305.88º62.58%63.92%-
XYZ22.5213.4231.54-
YUV101.99156.79171.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=43.24%
G=16.18%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636115300.630.060.36305.8845.5443.92
HexA33D9903F6241322e2c
Octal243752310776444625654
Binary10100011111101100110010111111110100100100110010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33D99; }

 p { color: rgb(163,61,153); }

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

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

 a { background-color: rgb(163,61,153); }

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

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

 span { border-color: rgb(163,61,153); }

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