#A292C4

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

Shades of Cold Purple #A292C4

Tints of Cold Purple #A292C4

Color information

#A292C4 (or 0xA292C4) is unknown color: approx Cold Purple. HEX triplet: A2, 92 and C4. RGB value is (162,146,196). Sum of RGB (Red+Green+Blue) = 162+146+196=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #A292C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292C4 is #5D6D3B. Grayscale: #9C9C9C. Windows color (decimal): -6122812 or 12882594. OLE color: 12882594.

HSL color Cylindrical-coordinate representation of color #A292C4: hue angle of 259.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A292C4 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162146196-
CMYK0.170.2600.23
HSL259.2º29.76%67.06%-
HSV(B)259.2º25.51%76.86%-
XYZ35.1432.2256.59-
YUV156.48150.3131.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=32.14%
G=28.97%
B=38.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621461960.170.2600.23259.229.7667.06
HexA292C4111A0171031e43
Octal242222304213202740336103
Binary1010001010010010110001001000111010010111100000011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292C4; }

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

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

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

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

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

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

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

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