#A24395

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

Shades of Violet Blue #A24395

Tints of Violet Blue #A24395

Color information

#A24395 (or 0xA24395) is unknown color: approx Violet Blue. HEX triplet: A2, 43 and 95. RGB value is (162,67,149). Sum of RGB (Red+Green+Blue) = 162+67+149=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A24395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24395 is #5DBC6A. Grayscale: #686868. Windows color (decimal): -6143083 or 9782178. OLE color: 9782178.

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

Color convert

RGB16267149-
CMYK00.590.080.36
HSL308.21º41.48%44.9%-
HSV(B)308.21º58.64%63.53%-
XYZ22.3313.8729.93-
YUV104.75152.97168.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 67 (26.56% from 255) = 17.72%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=42.86%
G=17.72%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626714900.590.080.36308.2141.4844.9
HexA2439503B824134292d
Octal24210322507310444645155
Binary1010001010000111001010101110111000100100100110100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24395; }

 p { color: rgb(162,67,149); }

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

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

 a { background-color: rgb(162,67,149); }

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

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

 span { border-color: rgb(162,67,149); }

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