#A594BB

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

Shades of Cold Purple #A594BB

Tints of Cold Purple #A594BB

Color information

#A594BB (or 0xA594BB) is unknown color: approx Cold Purple. HEX triplet: A5, 94 and BB. RGB value is (165,148,187). Sum of RGB (Red+Green+Blue) = 165+148+187=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #A594BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594BB is #5A6B44. Grayscale: #9D9D9D. Windows color (decimal): -5925701 or 12293285. OLE color: 12293285.

HSL color Cylindrical-coordinate representation of color #A594BB: hue angle of 266.15º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A594BB is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165148187-
CMYK0.120.2100.27
HSL266.15º22.29%65.69%-
HSV(B)266.15º20.86%73.33%-
XYZ35.0832.7751.49-
YUV157.53144.63133.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 148 (58.20% from 255) = 29.6%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=33%
G=29.6%
B=37.4%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651481870.120.2100.27266.1522.2965.69
HexA594BBC1501B10a1642
Octal245224273142503341226102
Binary101001011001010010111011110010101011011100001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594BB; }

 p { color: rgb(165,148,187); }

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

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

 a { background-color: rgb(165,148,187); }

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

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

 span { border-color: rgb(165,148,187); }

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