#A44BAD

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

Shades of Violet Blue #A44BAD

Tints of Violet Blue #A44BAD

Color information

#A44BAD (or 0xA44BAD) is unknown color: approx Violet Blue. HEX triplet: A4, 4B and AD. RGB value is (164,75,173). Sum of RGB (Red+Green+Blue) = 164+75+173=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #A44BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44BAD is #5BB452. Grayscale: #707070. Windows color (decimal): -6009939 or 11357092. OLE color: 11357092.

HSL color Cylindrical-coordinate representation of color #A44BAD: hue angle of 294.49º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A44BAD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16475173-
CMYK0.050.5700.32
HSL294.49º39.52%48.63%-
HSV(B)294.49º56.65%67.84%-
XYZ25.3715.9441.28-
YUV112.78161.99164.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 75 (29.69% from 255) = 18.20%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=39.81%
G=18.20%
B=41.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164751730.050.5700.32294.4939.5248.63
HexA44BAD5390201262831
Octal2441132555710404465061
Binary101001001001011101011011011110010100000100100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BAD; }

 p { color: rgb(164,75,173); }

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

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

 a { background-color: rgb(164,75,173); }

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

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

 span { border-color: rgb(164,75,173); }

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