#A592BD

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

Shades of Cold Purple #A592BD

Tints of Cold Purple #A592BD

Color information

#A592BD (or 0xA592BD) is unknown color: approx Cold Purple. HEX triplet: A5, 92 and BD. RGB value is (165,146,189). Sum of RGB (Red+Green+Blue) = 165+146+189=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #A592BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592BD is #5A6D42. Grayscale: #9C9C9C. Windows color (decimal): -5926211 or 12423845. OLE color: 12423845.

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

Color convert

RGB165146189-
CMYK0.130.2300.26
HSL266.51º24.57%65.69%-
HSV(B)266.51º22.75%74.12%-
XYZ34.9832.2352.52-
YUV156.58146.29134-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=33%
G=29.2%
B=37.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651461890.130.2300.26266.5124.5765.69
HexA592BDD1701A10b1942
Octal245222275152703241331102
Binary101001011001001010111101110110111011010100001011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592BD; }

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

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

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

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

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

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

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

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