#A23E94

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

Shades of Violet Blue #A23E94

Tints of Violet Blue #A23E94

Color information

#A23E94 (or 0xA23E94) is unknown color: approx Violet Blue. HEX triplet: A2, 3E and 94. RGB value is (162,62,148). Sum of RGB (Red+Green+Blue) = 162+62+148=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23E94 is #5DC16B. Grayscale: #656565. Windows color (decimal): -6144364 or 9715362. OLE color: 9715362.

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

Color convert

RGB16262148-
CMYK00.620.090.36
HSL308.4º44.64%43.92%-
HSV(B)308.4º61.73%63.53%-
XYZ21.9713.2629.42-
YUV101.7154.13171.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 62 (24.61% from 255) = 16.67%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=43.55%
G=16.67%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626214800.620.090.36308.444.6443.92
HexA23E9403E9241342d2c
Octal2427622407611444645554
Binary101000101111101001010001111101001100100100110100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E94; }

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

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

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

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

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

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

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

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