#A23FB4

Color #A23FB4 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A23FB4

Tints of Deep Lilac #A23FB4

Color information

#A23FB4 (or 0xA23FB4) is unknown color: approx Deep Lilac. HEX triplet: A2, 3F and B4. RGB value is (162,63,180). Sum of RGB (Red+Green+Blue) = 162+63+180=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #A23FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FB4 is #5DC04B. Grayscale: #696969. Windows color (decimal): -6144076 or 11812770. OLE color: 11812770.

HSL color Cylindrical-coordinate representation of color #A23FB4: hue angle of 290.77º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23FB4 is Cyan = 0.1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16263180-
CMYK0.10.6500.29
HSL290.77º48.15%47.65%-
HSV(B)290.77º65%70.59%-
XYZ24.9214.5344.67-
YUV105.94169.8167.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 63 (25% from 255) = 15.56%
BLUE value IS 180 (70.70% from 255) = 44.44%
R=40%
G=15.56%
B=44.44%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162631800.10.6500.29290.7748.1547.65
HexA23FB4A4101D1233030
Octal24277264121010354436060
Binary101000101111111011010010101000001011101100100011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23FB4; }

 p { color: rgb(162,63,180); }

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

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

 a { background-color: rgb(162,63,180); }

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

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

 span { border-color: rgb(162,63,180); }

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