#a33f99

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

Shades of Violet Blue #A33F99

Tints of Violet Blue #A33F99

Color information

#A33F99 (or 0xA33F99) is unknown color: approx Violet Blue. HEX triplet: A3, 3F and 99. RGB value is (163,63,153). Sum of RGB (Red+Green+Blue) = 163+63+153=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33F99 is #5CC066. Grayscale: #666666. Windows color (decimal): -6078567 or 10043299. OLE color: 10043299.

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

Color convert

RGB16363153-
CMYK00.610.060.36
HSL306º44.25%44.31%-
HSV(B)306º61.35%63.92%-
XYZ22.6313.6431.58-
YUV103.16156.13170.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=43.01%
G=16.62%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636315300.610.060.3630644.2544.31
HexA33F9903D6241322c2c
Octal243772310756444625454
Binary10100011111111100110010111101110100100100110010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33f99; }

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

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

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

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

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

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

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

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