#A292BC

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

Shades of Cold Purple #A292BC

Tints of Cold Purple #A292BC

Color information

#A292BC (or 0xA292BC) is unknown color: approx Cold Purple. HEX triplet: A2, 92 and BC. RGB value is (162,146,188). Sum of RGB (Red+Green+Blue) = 162+146+188=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #A292BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292BC is #5D6D43. Grayscale: #9B9B9B. Windows color (decimal): -6122820 or 12358306. OLE color: 12358306.

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

Color convert

RGB162146188-
CMYK0.140.2200.26
HSL262.86º23.86%65.49%-
HSV(B)262.86º22.34%73.73%-
XYZ34.2631.8751.92-
YUV155.57146.3132.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=32.66%
G=29.44%
B=37.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621461880.140.2200.26262.8623.8665.49
HexA292BCE1601A1071841
Octal242222274162603240730101
Binary101000101001001010111100111010110011010100000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292BC; }

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

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

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

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

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

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

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

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