#A392C6

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

Shades of Cold Purple #A392C6

Tints of Cold Purple #A392C6

Color information

#A392C6 (or 0xA392C6) is unknown color: approx Cold Purple. HEX triplet: A3, 92 and C6. RGB value is (163,146,198). Sum of RGB (Red+Green+Blue) = 163+146+198=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #A392C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392C6 is #5C6D39. Grayscale: #9C9C9C. Windows color (decimal): -6057274 or 13013667. OLE color: 13013667.

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

Color convert

RGB163146198-
CMYK0.180.2600.22
HSL259.62º31.33%67.45%-
HSV(B)259.62º26.26%77.65%-
XYZ35.5832.4257.81-
YUV157.01151.13132.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.15%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=32.15%
G=28.80%
B=39.05%

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
Decimal1631461980.180.2600.22259.6231.3367.45
HexA392C6121A0161041f43
Octal243222306223202640437103
Binary1010001110010010110001101001011010010110100000100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A392C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A392C6; }

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

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

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

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

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

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

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

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