#A23E9B

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

Shades of Violet Blue #A23E9B

Tints of Violet Blue #A23E9B

Color information

#A23E9B (or 0xA23E9B) is unknown color: approx Violet Blue. HEX triplet: A2, 3E and 9B. RGB value is (162,62,155). Sum of RGB (Red+Green+Blue) = 162+62+155=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23E9B is #5DC164. Grayscale: #666666. Windows color (decimal): -6144357 or 10174114. OLE color: 10174114.

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

Color convert

RGB16262155-
CMYK00.620.040.36
HSL304.2º44.64%43.92%-
HSV(B)304.2º61.73%63.53%-
XYZ22.5413.4932.43-
YUV102.5157.63170.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 62 (24.61% from 255) = 16.36%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=42.74%
G=16.36%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626215500.620.040.36304.244.6443.92
HexA23E9B03E4241302d2c
Octal242762330764444605554
Binary10100010111110100110110111110100100100100110000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E9B; }

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

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

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

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

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

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

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

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