#A348AC

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

Shades of Violet Blue #A348AC

Tints of Violet Blue #A348AC

Color information

#A348AC (or 0xA348AC) is unknown color: approx Violet Blue. HEX triplet: A3, 48 and AC. RGB value is (163,72,172). Sum of RGB (Red+Green+Blue) = 163+72+172=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #A348AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A348AC is #5CB753. Grayscale: #6E6E6E. Windows color (decimal): -6076244 or 11290787. OLE color: 11290787.

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

Color convert

RGB16372172-
CMYK0.050.5800.33
HSL294.6º40.98%47.84%-
HSV(B)294.6º58.14%67.45%-
XYZ24.8715.440.69-
YUV110.61162.65165.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=40.05%
G=17.69%
B=42.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163721720.050.5800.33294.640.9847.84
HexA348AC53A0211272930
Octal2431102545720414475160
Binary101000111001000101011001011110100100001100100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A348AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A348AC; }

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

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

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

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

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

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

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

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