#A23D9E

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

Shades of Violet Blue #A23D9E

Tints of Violet Blue #A23D9E

Color information

#A23D9E (or 0xA23D9E) is unknown color: approx Violet Blue. HEX triplet: A2, 3D and 9E. RGB value is (162,61,158). Sum of RGB (Red+Green+Blue) = 162+61+158=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23D9E is #5DC261. Grayscale: #656565. Windows color (decimal): -6144610 or 10370466. OLE color: 10370466.

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

Color convert

RGB16261158-
CMYK00.620.020.36
HSL302.38º45.29%43.73%-
HSV(B)302.38º62.35%63.53%-
XYZ22.7413.4933.75-
YUV102.26159.46170.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 61 (24.22% from 255) = 16.01%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=42.52%
G=16.01%
B=41.47%

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
Decimal1626115800.620.020.36302.3845.2943.73
HexA23D9E03E22412e2d2c
Octal242752360762444565554
Binary1010001011110110011110011111010100100100101110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D9E; }

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

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

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

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

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

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

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

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