#A192BC

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

Shades of Cold Purple #A192BC

Tints of Cold Purple #A192BC

Color information

#A192BC (or 0xA192BC) is unknown color: approx Cold Purple. HEX triplet: A1, 92 and BC. RGB value is (161,146,188). Sum of RGB (Red+Green+Blue) = 161+146+188=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #A192BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192BC is #5E6D43. Grayscale: #9B9B9B. Windows color (decimal): -6188356 or 12358305. OLE color: 12358305.

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

Color convert

RGB161146188-
CMYK0.140.2200.26
HSL261.43º23.86%65.49%-
HSV(B)261.43º22.34%73.73%-
XYZ34.0531.7751.91-
YUV155.27146.47132.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=32.53%
G=29.49%
B=37.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611461880.140.2200.26261.4323.8665.49
HexA192BCE1601A1051841
Octal241222274162603240530101
Binary101000011001001010111100111010110011010100000101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192BC; }

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

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

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

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

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

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

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

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