#A292C6

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

Shades of Cold Purple #A292C6

Tints of Cold Purple #A292C6

Color information

#A292C6 (or 0xA292C6) is unknown color: approx Cold Purple. HEX triplet: A2, 92 and C6. RGB value is (162,146,198). Sum of RGB (Red+Green+Blue) = 162+146+198=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #A292C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292C6 is #5D6D39. Grayscale: #9C9C9C. Windows color (decimal): -6122810 or 13013666. OLE color: 13013666.

HSL color Cylindrical-coordinate representation of color #A292C6: hue angle of 258.46º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A292C6 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162146198-
CMYK0.180.2600.22
HSL258.46º31.33%67.45%-
HSV(B)258.46º26.26%77.65%-
XYZ35.3732.3257.8-
YUV156.71151.3131.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=32.02%
G=28.85%
B=39.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621461980.180.2600.22258.4631.3367.45
HexA292C6121A0161021f43
Octal242222306223202640237103
Binary1010001010010010110001101001011010010110100000010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292C6; }

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

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

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

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

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

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

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

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