#A33F98

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

Shades of Violet Blue #A33F98

Tints of Violet Blue #A33F98

Color information

#A33F98 (or 0xA33F98) is unknown color: approx Violet Blue. HEX triplet: A3, 3F and 98. RGB value is (163,63,152). Sum of RGB (Red+Green+Blue) = 163+63+152=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33F98 is #5CC067. Grayscale: #666666. Windows color (decimal): -6078568 or 9977763. OLE color: 9977763.

HSL color Cylindrical-coordinate representation of color #A33F98: hue angle of 306.6º 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 #A33F98 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16363152-
CMYK00.610.070.36
HSL306.6º44.25%44.31%-
HSV(B)306.6º61.35%63.92%-
XYZ22.5513.6131.14-
YUV103.05155.63170.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 63 (25% from 255) = 16.67%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=43.12%
G=16.67%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636315200.610.070.36306.644.2544.31
HexA33F9803D7241332c2c
Octal243772300757444635454
Binary10100011111111100110000111101111100100100110011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F98; }

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

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

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

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

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

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

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

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