#A492BC

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

Shades of Cold Purple #A492BC

Tints of Cold Purple #A492BC

Color information

#A492BC (or 0xA492BC) is unknown color: approx Cold Purple. HEX triplet: A4, 92 and BC. RGB value is (164,146,188). Sum of RGB (Red+Green+Blue) = 164+146+188=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #A492BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492BC is #5B6D43. Grayscale: #9C9C9C. Windows color (decimal): -5991748 or 12358308. OLE color: 12358308.

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

Color convert

RGB164146188-
CMYK0.130.2200.26
HSL265.71º23.86%65.49%-
HSV(B)265.71º22.34%73.73%-
XYZ34.6732.0851.94-
YUV156.17145.96133.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=32.93%
G=29.32%
B=37.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641461880.130.2200.26265.7123.8665.49
HexA492BCD1601A10a1841
Octal244222274152603241230101
Binary101001001001001010111100110110110011010100001010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492BC; }

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

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

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

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

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

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

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

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