#A189CB

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

Shades of Cold Purple #A189CB

Tints of Cold Purple #A189CB

Color information

#A189CB (or 0xA189CB) is unknown color: approx Cold Purple. HEX triplet: A1, 89 and CB. RGB value is (161,137,203). Sum of RGB (Red+Green+Blue) = 161+137+203=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #A189CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189CB is #5E7634. Grayscale: #979797. Windows color (decimal): -6190645 or 13339041. OLE color: 13339041.

HSL color Cylindrical-coordinate representation of color #A189CB: hue angle of 261.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A189CB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161137203-
CMYK0.210.3300.20
HSL261.82º38.82%66.67%-
HSV(B)261.82º32.51%79.61%-
XYZ34.4229.7860.43-
YUV151.7156.95134.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 137 (53.91% from 255) = 27.35%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=32.14%
G=27.35%
B=40.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611372030.210.3300.20261.8238.8266.67
HexA189CB15210141062743
Octal241211313254102440647103
Binary101000011000100111001011101011000010101001000001101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189CB; }

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

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

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

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

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

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

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

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