#A492BB

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

Shades of Cold Purple #A492BB

Tints of Cold Purple #A492BB

Color information

#A492BB (or 0xA492BB) is unknown color: approx Cold Purple. HEX triplet: A4, 92 and BB. RGB value is (164,146,187). Sum of RGB (Red+Green+Blue) = 164+146+187=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #A492BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492BB is #5B6D44. Grayscale: #9B9B9B. Windows color (decimal): -5991749 or 12292772. OLE color: 12292772.

HSL color Cylindrical-coordinate representation of color #A492BB: hue angle of 266.34º 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 #A492BB is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164146187-
CMYK0.120.2200.27
HSL266.34º23.16%65.29%-
HSV(B)266.34º21.93%73.33%-
XYZ34.5632.0451.38-
YUV156.06145.46133.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=33.00%
G=29.38%
B=37.63%

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
Decimal1641461870.120.2200.27266.3423.1665.29
HexA492BBC1601B10a1741
Octal244222273142603341227101
Binary101001001001001010111011110010110011011100001010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492BB; }

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

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

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

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

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

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

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

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