#A23D96

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

Shades of Violet Blue #A23D96

Tints of Violet Blue #A23D96

Color information

#A23D96 (or 0xA23D96) is unknown color: approx Violet Blue. HEX triplet: A2, 3D and 96. RGB value is (162,61,150). Sum of RGB (Red+Green+Blue) = 162+61+150=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23D96 is #5DC269. Grayscale: #656565. Windows color (decimal): -6144618 or 9846178. OLE color: 9846178.

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

Color convert

RGB16261150-
CMYK00.620.070.36
HSL307.13º45.29%43.73%-
HSV(B)307.13º62.35%63.53%-
XYZ22.0713.2230.24-
YUV101.34155.46171.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 61 (24.22% from 255) = 16.35%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=43.43%
G=16.35%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626115000.620.070.36307.1345.2943.73
HexA23D9603E7241332d2c
Octal242752260767444635554
Binary10100010111101100101100111110111100100100110011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D96; }

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

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

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

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

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

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

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

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