#A23A9D

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

Shades of Violet Blue #A23A9D

Tints of Violet Blue #A23A9D

Color information

#A23A9D (or 0xA23A9D) is unknown color: approx Violet Blue. HEX triplet: A2, 3A and 9D. RGB value is (162,58,157). Sum of RGB (Red+Green+Blue) = 162+58+157=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A9D is #5DC562. Grayscale: #646464. Windows color (decimal): -6145379 or 10304162. OLE color: 10304162.

HSL color Cylindrical-coordinate representation of color #A23A9D: hue angle of 302.88º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23A9D is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16258157-
CMYK00.640.030.36
HSL302.88º47.27%43.14%-
HSV(B)302.88º64.2%63.53%-
XYZ22.513.1433.25-
YUV100.38159.96171.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 58 (23.05% from 255) = 15.38%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=42.97%
G=15.38%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625815700.640.030.36302.8847.2743.14
HexA23A9D04032412f2f2b
Octal2427223501003444575753
Binary10100010111010100111010100000011100100100101111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A9D; }

 p { color: rgb(162,58,157); }

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

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

 a { background-color: rgb(162,58,157); }

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

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

 span { border-color: rgb(162,58,157); }

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