#A594BC

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

Shades of Cold Purple #A594BC

Tints of Cold Purple #A594BC

Color information

#A594BC (or 0xA594BC) is unknown color: approx Cold Purple. HEX triplet: A5, 94 and BC. RGB value is (165,148,188). Sum of RGB (Red+Green+Blue) = 165+148+188=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A594BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594BC is #5A6B43. Grayscale: #9D9D9D. Windows color (decimal): -5925700 or 12358821. OLE color: 12358821.

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

Color convert

RGB165148188-
CMYK0.120.2100.26
HSL265.5º22.99%65.88%-
HSV(B)265.5º21.28%73.73%-
XYZ35.1832.8152.06-
YUV157.64145.13133.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=32.93%
G=29.54%
B=37.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651481880.120.2100.26265.522.9965.88
HexA594BCC1501A10a1742
Octal245224274142503241227102
Binary101001011001010010111100110010101011010100001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594BC; }

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

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

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

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

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

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

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

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