#A23E9E

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

Shades of Violet Blue #A23E9E

Tints of Violet Blue #A23E9E

Color information

#A23E9E (or 0xA23E9E) is unknown color: approx Violet Blue. HEX triplet: A2, 3E and 9E. RGB value is (162,62,158). Sum of RGB (Red+Green+Blue) = 162+62+158=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23E9E is #5DC161. Grayscale: #666666. Windows color (decimal): -6144354 or 10370722. OLE color: 10370722.

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

Color convert

RGB16262158-
CMYK00.620.020.36
HSL302.4º44.64%43.92%-
HSV(B)302.4º61.73%63.53%-
XYZ22.7913.633.77-
YUV102.84159.13170.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=42.41%
G=16.23%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626215800.620.020.36302.444.6443.92
HexA23E9E03E22412e2d2c
Octal242762360762444565554
Binary1010001011111010011110011111010100100100101110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E9E; }

 p { color: rgb(162,62,158); }

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

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

 a { background-color: rgb(162,62,158); }

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

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

 span { border-color: rgb(162,62,158); }

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