#A192BD

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

Shades of Cold Purple #A192BD

Tints of Cold Purple #A192BD

Color information

#A192BD (or 0xA192BD) is unknown color: approx Cold Purple. HEX triplet: A1, 92 and BD. RGB value is (161,146,189). Sum of RGB (Red+Green+Blue) = 161+146+189=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #A192BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192BD is #5E6D42. Grayscale: #9B9B9B. Windows color (decimal): -6188355 or 12423841. OLE color: 12423841.

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

Color convert

RGB161146189-
CMYK0.150.2300.26
HSL260.93º24.57%65.69%-
HSV(B)260.93º22.75%74.12%-
XYZ34.1631.8152.48-
YUV155.39146.97132-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=32.46%
G=29.44%
B=38.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611461890.150.2300.26260.9324.5765.69
HexA192BDF1701A1051942
Octal241222275172703240531102
Binary101000011001001010111101111110111011010100000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192BD; }

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

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

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

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

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

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

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

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