#A23898

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

Shades of Violet Blue #A23898

Tints of Violet Blue #A23898

Color information

#A23898 (or 0xA23898) is unknown color: approx Violet Blue. HEX triplet: A2, 38 and 98. RGB value is (162,56,152). Sum of RGB (Red+Green+Blue) = 162+56+152=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A23898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23898 is #5DC767. Grayscale: #626262. Windows color (decimal): -6145896 or 9975970. OLE color: 9975970.

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

Color convert

RGB16256152-
CMYK00.650.060.36
HSL305.66º48.62%42.75%-
HSV(B)305.66º65.43%63.53%-
XYZ21.9812.7831.01-
YUV98.64158.12173.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 56 (22.27% from 255) = 15.14%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=43.78%
G=15.14%
B=41.08%

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
Decimal1625615200.650.060.36305.6648.6242.75
HexA23898041624132312b
Octal2427023001016444626153
Binary101000101110001001100001000001110100100100110010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23898; }

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

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

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

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

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

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

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

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