#A24B8D

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

Shades of Violet Blue #A24B8D

Tints of Violet Blue #A24B8D

Color information

#A24B8D (or 0xA24B8D) is unknown color: approx Violet Blue. HEX triplet: A2, 4B and 8D. RGB value is (162,75,141). Sum of RGB (Red+Green+Blue) = 162+75+141=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B8D is #5DB472. Grayscale: #6C6C6C. Windows color (decimal): -6141043 or 9259938. OLE color: 9259938.

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

Color convert

RGB16275141-
CMYK00.540.130.36
HSL314.48º36.71%46.47%-
HSV(B)314.48º53.7%63.53%-
XYZ22.2214.6426.85-
YUV108.54146.32166.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=42.86%
G=19.84%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627514100.540.130.36314.4836.7146.47
HexA24B8D036D2413a252e
Octal24211321506615444724556
Binary1010001010010111000110101101101101100100100111010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B8D; }

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

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

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

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

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

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

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

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