#A23D98

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

Shades of Violet Blue #A23D98

Tints of Violet Blue #A23D98

Color information

#A23D98 (or 0xA23D98) is unknown color: approx Violet Blue. HEX triplet: A2, 3D and 98. RGB value is (162,61,152). Sum of RGB (Red+Green+Blue) = 162+61+152=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23D98 is #5DC267. Grayscale: #656565. Windows color (decimal): -6144616 or 9977250. OLE color: 9977250.

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

Color convert

RGB16261152-
CMYK00.620.060.36
HSL305.94º45.29%43.73%-
HSV(B)305.94º62.35%63.53%-
XYZ22.2413.2931.1-
YUV101.57156.46171.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=43.2%
G=16.27%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626115200.620.060.36305.9445.2943.73
HexA23D9803E6241322d2c
Octal242752300766444625554
Binary10100010111101100110000111110110100100100110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D98; }

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

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

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

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

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

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

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

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