#A592BB

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

Shades of Cold Purple #A592BB

Tints of Cold Purple #A592BB

Color information

#A592BB (or 0xA592BB) is unknown color: approx Cold Purple. HEX triplet: A5, 92 and BB. RGB value is (165,146,187). Sum of RGB (Red+Green+Blue) = 165+146+187=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #A592BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592BB is #5A6D44. Grayscale: #9C9C9C. Windows color (decimal): -5926213 or 12292773. OLE color: 12292773.

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

Color convert

RGB165146187-
CMYK0.120.2200.27
HSL267.8º23.16%65.29%-
HSV(B)267.8º21.93%73.33%-
XYZ34.7732.1451.39-
YUV156.36145.29134.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=33.13%
G=29.32%
B=37.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651461870.120.2200.27267.823.1665.29
HexA592BBC1601B10c1741
Octal245222273142603341427101
Binary101001011001001010111011110010110011011100001100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592BB; }

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

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

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

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

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

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

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

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