#A24B98

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

Shades of Violet Blue #A24B98

Tints of Violet Blue #A24B98

Color information

#A24B98 (or 0xA24B98) is unknown color: approx Violet Blue. HEX triplet: A2, 4B and 98. RGB value is (162,75,152). Sum of RGB (Red+Green+Blue) = 162+75+152=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B98 is #5DB467. Grayscale: #6D6D6D. Windows color (decimal): -6141032 or 9980834. OLE color: 9980834.

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

Color convert

RGB16275152-
CMYK00.540.060.36
HSL306.9º36.71%46.47%-
HSV(B)306.9º53.7%63.53%-
XYZ23.0814.9831.38-
YUV109.79151.82165.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=41.65%
G=19.28%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627515200.540.060.36306.936.7146.47
HexA24B98036624133252e
Octal2421132300666444634556
Binary101000101001011100110000110110110100100100110011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B98; }

 p { color: rgb(162,75,152); }

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

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

 a { background-color: rgb(162,75,152); }

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

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

 span { border-color: rgb(162,75,152); }

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