#A24598

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

Shades of Violet Blue #A24598

Tints of Violet Blue #A24598

Color information

#A24598 (or 0xA24598) is unknown color: approx Violet Blue. HEX triplet: A2, 45 and 98. RGB value is (162,69,152). Sum of RGB (Red+Green+Blue) = 162+69+152=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A24598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24598 is #5DBA67. Grayscale: #6A6A6A. Windows color (decimal): -6142568 or 9979298. OLE color: 9979298.

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

Color convert

RGB16269152-
CMYK00.570.060.36
HSL306.45º40.26%45.29%-
HSV(B)306.45º57.41%63.53%-
XYZ22.714.231.25-
YUV106.27153.81167.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 152 (59.77% from 255) = 39.69%
R=42.30%
G=18.02%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626915200.570.060.36306.4540.2645.29
HexA24598039624132282d
Octal2421052300716444625055
Binary101000101000101100110000111001110100100100110010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24598; }

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

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

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

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

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

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

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

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