#A594BF

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

Shades of Cold Purple #A594BF

Tints of Cold Purple #A594BF

Color information

#A594BF (or 0xA594BF) is unknown color: approx Cold Purple. HEX triplet: A5, 94 and BF. RGB value is (165,148,191). Sum of RGB (Red+Green+Blue) = 165+148+191=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #A594BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594BF is #5A6B40. Grayscale: #9D9D9D. Windows color (decimal): -5925697 or 12555429. OLE color: 12555429.

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

Color convert

RGB165148191-
CMYK0.140.2300.25
HSL263.72º25.15%66.47%-
HSV(B)263.72º22.51%74.9%-
XYZ35.5132.9453.78-
YUV157.98146.63133-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 191 (75% from 255) = 37.90%
R=32.74%
G=29.37%
B=37.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651481910.140.2300.25263.7225.1566.47
HexA594BFE170191081942
Octal245224277162703141031102
Binary101001011001010010111111111010111011001100001000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594BF; }

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

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

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

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

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

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

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

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