#A45FAB

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

Shades of Violet Blue #A45FAB

Tints of Violet Blue #A45FAB

Color information

#A45FAB (or 0xA45FAB) is unknown color: approx Violet Blue. HEX triplet: A4, 5F and AB. RGB value is (164,95,171). Sum of RGB (Red+Green+Blue) = 164+95+171=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #A45FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45FAB is #5BA054. Grayscale: #7C7C7C. Windows color (decimal): -6004821 or 11231140. OLE color: 11231140.

HSL color Cylindrical-coordinate representation of color #A45FAB: hue angle of 294.47º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A45FAB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16495171-
CMYK0.040.4400.33
HSL294.47º31.15%52.16%-
HSV(B)294.47º44.44%67.06%-
XYZ26.7519.0240.79-
YUV124.29154.36156.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=38.14%
G=22.09%
B=39.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164951710.040.4400.33294.4731.1552.16
HexA45FAB42C0211261f34
Octal2441372534540414463764
Binary10100100101111110101011100101100010000110010011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45FAB; }

 p { color: rgb(164,95,171); }

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

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

 a { background-color: rgb(164,95,171); }

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

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

 span { border-color: rgb(164,95,171); }

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