#A590BF

Color #A590BF Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A590BF

Tints of Cold Purple #A590BF

Color information

#A590BF (or 0xA590BF) is unknown color: approx Cold Purple. HEX triplet: A5, 90 and BF. RGB value is (165,144,191). Sum of RGB (Red+Green+Blue) = 165+144+191=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #A590BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590BF is #5A6F40. Grayscale: #9B9B9B. Windows color (decimal): -5926721 or 12554405. OLE color: 12554405.

HSL color Cylindrical-coordinate representation of color #A590BF: hue angle of 266.81º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A590BF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165144191-
CMYK0.140.2500.25
HSL266.81º26.86%65.69%-
HSV(B)266.81º24.61%74.9%-
XYZ34.8931.7153.57-
YUV155.64147.96134.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 191 (75% from 255) = 38.2%
R=33%
G=28.8%
B=38.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651441910.140.2500.25266.8126.8665.69
HexA590BFE1901910b1b42
Octal245220277163103141333102
Binary101001011001000010111111111011001011001100001011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590BF; }

 p { color: rgb(165,144,191); }

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

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

 a { background-color: rgb(165,144,191); }

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

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

 span { border-color: rgb(165,144,191); }

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