#A44A98

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

Shades of Violet Blue #A44A98

Tints of Violet Blue #A44A98

Color information

#A44A98 (or 0xA44A98) is unknown color: approx Violet Blue. HEX triplet: A4, 4A and 98. RGB value is (164,74,152). Sum of RGB (Red+Green+Blue) = 164+74+152=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A98 is #5BB567. Grayscale: #6D6D6D. Windows color (decimal): -6010216 or 9980580. OLE color: 9980580.

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

Color convert

RGB16474152-
CMYK00.550.070.36
HSL308º37.82%46.67%-
HSV(B)308º54.88%64.31%-
XYZ23.4315.0631.38-
YUV109.8151.82166.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 74 (29.30% from 255) = 18.97%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=42.05%
G=18.97%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647415200.550.070.3630837.8246.67
HexA44A98037724134262f
Octal2441122300677444644657
Binary101001001001010100110000110111111100100100110100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A98; }

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

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

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

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

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

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

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

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