#A348AD

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

Shades of Violet Blue #A348AD

Tints of Violet Blue #A348AD

Color information

#A348AD (or 0xA348AD) is unknown color: approx Violet Blue. HEX triplet: A3, 48 and AD. RGB value is (163,72,173). Sum of RGB (Red+Green+Blue) = 163+72+173=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #A348AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A348AD is #5CB752. Grayscale: #6E6E6E. Windows color (decimal): -6076243 or 11356323. OLE color: 11356323.

HSL color Cylindrical-coordinate representation of color #A348AD: hue angle of 294.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A348AD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16372173-
CMYK0.060.5800.32
HSL294.06º41.22%48.04%-
HSV(B)294.06º58.38%67.84%-
XYZ24.9615.4441.2-
YUV110.72163.15165.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=39.95%
G=17.65%
B=42.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163721730.060.5800.32294.0641.2248.04
HexA348AD63A0201262930
Octal2431102556720404465160
Binary101000111001000101011011101110100100000100100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A348AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A348AD; }

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

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

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

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

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

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

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

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