#A189C1

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

Shades of Cold Purple #A189C1

Tints of Cold Purple #A189C1

Color information

#A189C1 (or 0xA189C1) is unknown color: approx Cold Purple. HEX triplet: A1, 89 and C1. RGB value is (161,137,193). Sum of RGB (Red+Green+Blue) = 161+137+193=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #A189C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189C1 is #5E763E. Grayscale: #969696. Windows color (decimal): -6190655 or 12683681. OLE color: 12683681.

HSL color Cylindrical-coordinate representation of color #A189C1: hue angle of 265.71º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A189C1 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161137193-
CMYK0.170.2900.24
HSL265.71º31.11%64.71%-
HSV(B)265.71º29.02%75.69%-
XYZ33.2729.3254.36-
YUV150.56151.95135.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=32.79%
G=27.90%
B=39.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611371930.170.2900.24265.7131.1164.71
HexA189C1111D01810a1f41
Octal241211301213503041237101
Binary1010000110001001110000011000111101011000100001010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189C1; }

 p { color: rgb(161,137,193); }

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

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

 a { background-color: rgb(161,137,193); }

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

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

 span { border-color: rgb(161,137,193); }

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