#A44C98

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

Shades of Violet Blue #A44C98

Tints of Violet Blue #A44C98

Color information

#A44C98 (or 0xA44C98) is unknown color: approx Violet Blue. HEX triplet: A4, 4C and 98. RGB value is (164,76,152). Sum of RGB (Red+Green+Blue) = 164+76+152=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C98 is #5BB367. Grayscale: #6E6E6E. Windows color (decimal): -6009704 or 9981092. OLE color: 9981092.

HSL color Cylindrical-coordinate representation of color #A44C98: hue angle of 308.18º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44C98 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16476152-
CMYK00.540.070.36
HSL308.18º36.67%47.06%-
HSV(B)308.18º53.66%64.31%-
XYZ23.5615.3331.42-
YUV110.98151.15165.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 76 (30.08% from 255) = 19.39%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=41.84%
G=19.39%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647615200.540.070.36308.1836.6747.06
HexA44C98036724134252f
Octal2441142300667444644557
Binary101001001001100100110000110110111100100100110100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C98; }

 p { color: rgb(164,76,152); }

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

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

 a { background-color: rgb(164,76,152); }

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

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

 span { border-color: rgb(164,76,152); }

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