#A24294

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

Shades of Violet Blue #A24294

Tints of Violet Blue #A24294

Color information

#A24294 (or 0xA24294) is unknown color: approx Violet Blue. HEX triplet: A2, 42 and 94. RGB value is (162,66,148). Sum of RGB (Red+Green+Blue) = 162+66+148=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A24294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24294 is #5DBD6B. Grayscale: #676767. Windows color (decimal): -6143340 or 9716386. OLE color: 9716386.

HSL color Cylindrical-coordinate representation of color #A24294: hue angle of 308.75º 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 #A24294 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16266148-
CMYK00.590.090.36
HSL308.75º42.11%44.71%-
HSV(B)308.75º59.26%63.53%-
XYZ22.1913.7229.49-
YUV104.05152.8169.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=43.09%
G=17.55%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626614800.590.090.36308.7542.1144.71
HexA2429403B9241352a2d
Octal24210222407311444655255
Binary1010001010000101001010001110111001100100100110101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24294; }

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

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

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

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

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

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

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

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