#A23998

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

Shades of Violet Blue #A23998

Tints of Violet Blue #A23998

Color information

#A23998 (or 0xA23998) is unknown color: approx Violet Blue. HEX triplet: A2, 39 and 98. RGB value is (162,57,152). Sum of RGB (Red+Green+Blue) = 162+57+152=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A23998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23998 is #5DC667. Grayscale: #626262. Windows color (decimal): -6145640 or 9976226. OLE color: 9976226.

HSL color Cylindrical-coordinate representation of color #A23998: hue angle of 305.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23998 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16257152-
CMYK00.650.060.36
HSL305.71º47.95%42.94%-
HSV(B)305.71º64.81%63.53%-
XYZ22.0312.8731.03-
YUV99.22157.79172.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 57 (22.66% from 255) = 15.36%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=43.67%
G=15.36%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625715200.650.060.36305.7147.9542.94
HexA23998041624132302b
Octal2427123001016444626053
Binary101000101110011001100001000001110100100100110010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23998; }

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

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

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

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

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

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

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

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