#A23B98

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

Shades of Violet Blue #A23B98

Tints of Violet Blue #A23B98

Color information

#A23B98 (or 0xA23B98) is unknown color: approx Violet Blue. HEX triplet: A2, 3B and 98. RGB value is (162,59,152). Sum of RGB (Red+Green+Blue) = 162+59+152=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23B98 is #5DC467. Grayscale: #646464. Windows color (decimal): -6145128 or 9976738. OLE color: 9976738.

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

Color convert

RGB16259152-
CMYK00.640.060.36
HSL305.83º46.61%43.33%-
HSV(B)305.83º63.58%63.53%-
XYZ22.1313.0831.06-
YUV100.4157.12171.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 152 (59.77% from 255) = 40.75%
R=43.43%
G=15.82%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625915200.640.060.36305.8346.6143.33
HexA23B980406241322f2b
Octal2427323001006444625753
Binary101000101110111001100001000000110100100100110010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B98; }

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

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

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

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

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

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

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

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