#A45FB1

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

Shades of Violet Blue #A45FB1

Tints of Violet Blue #A45FB1

Color information

#A45FB1 (or 0xA45FB1) is unknown color: approx Violet Blue. HEX triplet: A4, 5F and B1. RGB value is (164,95,177). Sum of RGB (Red+Green+Blue) = 164+95+177=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #A45FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45FB1 is #5BA04E. Grayscale: #7C7C7C. Windows color (decimal): -6004815 or 11624356. OLE color: 11624356.

HSL color Cylindrical-coordinate representation of color #A45FB1: hue angle of 290.49º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45FB1 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16495177-
CMYK0.070.4600.31
HSL290.49º34.45%53.33%-
HSV(B)290.49º46.33%69.41%-
XYZ27.3419.2543.87-
YUV124.98157.36155.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=37.61%
G=21.79%
B=40.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164951770.070.4600.31290.4934.4553.33
HexA45FB172E01F1222235
Octal2441372617560374424265
Binary10100100101111110110001111101110011111100100010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45FB1; }

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

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

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

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

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

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

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

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