#A23D9A

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

Shades of Violet Blue #A23D9A

Tints of Violet Blue #A23D9A

Color information

#A23D9A (or 0xA23D9A) is unknown color: approx Violet Blue. HEX triplet: A2, 3D and 9A. RGB value is (162,61,154). Sum of RGB (Red+Green+Blue) = 162+61+154=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23D9A is #5DC265. Grayscale: #656565. Windows color (decimal): -6144614 or 10108322. OLE color: 10108322.

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

Color convert

RGB16261154-
CMYK00.620.050.36
HSL304.75º45.29%43.73%-
HSV(B)304.75º62.35%63.53%-
XYZ22.413.3531.97-
YUV101.8157.46170.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=42.97%
G=16.18%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626115400.620.050.36304.7545.2943.73
HexA23D9A03E5241312d2c
Octal242752320765444615554
Binary10100010111101100110100111110101100100100110001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D9A; }

 p { color: rgb(162,61,154); }

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

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

 a { background-color: rgb(162,61,154); }

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

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

 span { border-color: rgb(162,61,154); }

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