#A34898

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

Shades of Violet Blue #A34898

Tints of Violet Blue #A34898

Color information

#A34898 (or 0xA34898) is unknown color: approx Violet Blue. HEX triplet: A3, 48 and 98. RGB value is (163,72,152). Sum of RGB (Red+Green+Blue) = 163+72+152=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A34898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34898 is #5CB767. Grayscale: #6C6C6C. Windows color (decimal): -6076264 or 9980067. OLE color: 9980067.

HSL color Cylindrical-coordinate representation of color #A34898: hue angle of 307.25º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34898 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16372152-
CMYK00.560.070.36
HSL307.25º38.72%46.08%-
HSV(B)307.25º55.83%63.92%-
XYZ23.0914.6931.32-
YUV108.33152.65167-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 152 (59.77% from 255) = 39.28%
R=42.12%
G=18.60%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637215200.560.070.36307.2538.7246.08
HexA34898038724133272e
Octal2431102300707444634756
Binary101000111001000100110000111000111100100100110011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34898; }

 p { color: rgb(163,72,152); }

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

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

 a { background-color: rgb(163,72,152); }

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

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

 span { border-color: rgb(163,72,152); }

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