#A392B7

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

Shades of Cold Purple #A392B7

Tints of Cold Purple #A392B7

Color information

#A392B7 (or 0xA392B7) is unknown color: approx Cold Purple. HEX triplet: A3, 92 and B7. RGB value is (163,146,183). Sum of RGB (Red+Green+Blue) = 163+146+183=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 183 - color contains mainly: blue. Hex color #A392B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392B7 is #5C6D48. Grayscale: #9B9B9B. Windows color (decimal): -6057289 or 12030627. OLE color: 12030627.

HSL color Cylindrical-coordinate representation of color #A392B7: hue angle of 267.57º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A392B7 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163146183-
CMYK0.110.2000.28
HSL267.57º20.44%64.51%-
HSV(B)267.57º20.22%71.76%-
XYZ33.9331.7649.14-
YUV155.3143.63133.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=33.13%
G=29.67%
B=37.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631461830.110.2000.28267.5720.4464.51
HexA392B7B1401C10c1441
Octal243222267132403441424101
Binary101000111001001010110111101110100011100100001100101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A392B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A392B7; }

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

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

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

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

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

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

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

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