#A24298

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

Shades of Violet Blue #A24298

Tints of Violet Blue #A24298

Color information

#A24298 (or 0xA24298) is unknown color: approx Violet Blue. HEX triplet: A2, 42 and 98. RGB value is (162,66,152). Sum of RGB (Red+Green+Blue) = 162+66+152=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A24298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24298 is #5DBD67. Grayscale: #686868. Windows color (decimal): -6143336 or 9978530. OLE color: 9978530.

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

Color convert

RGB16266152-
CMYK00.590.060.36
HSL306.25º42.11%44.71%-
HSV(B)306.25º59.26%63.53%-
XYZ22.5213.8431.19-
YUV104.51154.8169.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 152 (59.77% from 255) = 40%
R=42.63%
G=17.37%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626615200.590.060.36306.2542.1144.71
HexA2429803B6241322a2d
Octal2421022300736444625255
Binary101000101000010100110000111011110100100100110010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24298; }

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

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

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

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

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

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

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

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