#A33A98

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

Shades of Violet Blue #A33A98

Tints of Violet Blue #A33A98

Color information

#A33A98 (or 0xA33A98) is unknown color: approx Violet Blue. HEX triplet: A3, 3A and 98. RGB value is (163,58,152). Sum of RGB (Red+Green+Blue) = 163+58+152=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33A98 is #5CC567. Grayscale: #636363. Windows color (decimal): -6079848 or 9976483. OLE color: 9976483.

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

Color convert

RGB16358152-
CMYK00.640.070.36
HSL306.29º47.51%43.33%-
HSV(B)306.29º64.42%63.92%-
XYZ22.2813.0831.06-
YUV100.11157.29172.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 152 (59.77% from 255) = 40.75%
R=43.70%
G=15.55%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635815200.640.070.36306.2947.5143.33
HexA33A98040724132302b
Octal2437223001007444626053
Binary101000111110101001100001000000111100100100110010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A98; }

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

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

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

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

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

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

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

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