#A392BD

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

Shades of Cold Purple #A392BD

Tints of Cold Purple #A392BD

Color information

#A392BD (or 0xA392BD) is unknown color: approx Cold Purple. HEX triplet: A3, 92 and BD. RGB value is (163,146,189). Sum of RGB (Red+Green+Blue) = 163+146+189=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #A392BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392BD is #5C6D42. Grayscale: #9B9B9B. Windows color (decimal): -6057283 or 12423843. OLE color: 12423843.

HSL color Cylindrical-coordinate representation of color #A392BD: hue angle of 263.72º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A392BD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163146189-
CMYK0.140.2300.26
HSL263.72º24.57%65.69%-
HSV(B)263.72º22.75%74.12%-
XYZ34.5732.0252.5-
YUV155.98146.63133-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=32.73%
G=29.32%
B=37.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631461890.140.2300.26263.7224.5765.69
HexA392BDE1701A1081942
Octal243222275162703241031102
Binary101000111001001010111101111010111011010100001000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A392BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A392BD; }

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

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

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

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

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

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

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

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