#A592BF

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

Shades of Cold Purple #A592BF

Tints of Cold Purple #A592BF

Color information

#A592BF (or 0xA592BF) is unknown color: approx Cold Purple. HEX triplet: A5, 92 and BF. RGB value is (165,146,191). Sum of RGB (Red+Green+Blue) = 165+146+191=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #A592BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592BF is #5A6D40. Grayscale: #9C9C9C. Windows color (decimal): -5926209 or 12554917. OLE color: 12554917.

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

Color convert

RGB165146191-
CMYK0.140.2400.25
HSL265.33º26.01%66.08%-
HSV(B)265.33º23.56%74.9%-
XYZ35.232.3253.67-
YUV156.81147.29133.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 191 (75% from 255) = 38.05%
R=32.87%
G=29.08%
B=38.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651461910.140.2400.25265.3326.0166.08
HexA592BFE180191091a42
Octal245222277163003141132102
Binary101001011001001010111111111011000011001100001001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592BF; }

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

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

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

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

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

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

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

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