#A195BB

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

Shades of Cold Purple #A195BB

Tints of Cold Purple #A195BB

Color information

#A195BB (or 0xA195BB) is unknown color: approx Cold Purple. HEX triplet: A1, 95 and BB. RGB value is (161,149,187). Sum of RGB (Red+Green+Blue) = 161+149+187=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #A195BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195BB is #5E6A44. Grayscale: #9C9C9C. Windows color (decimal): -6187589 or 12293537. OLE color: 12293537.

HSL color Cylindrical-coordinate representation of color #A195BB: hue angle of 258.95º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A195BB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161149187-
CMYK0.140.2000.27
HSL258.95º21.84%65.88%-
HSV(B)258.95º20.32%73.33%-
XYZ34.4232.6651.5-
YUV156.92144.98130.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=32.39%
G=29.98%
B=37.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611491870.140.2000.27258.9521.8465.88
HexA195BBE1401B1031642
Octal241225273162403340326102
Binary101000011001010110111011111010100011011100000011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195BB; }

 p { color: rgb(161,149,187); }

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

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

 a { background-color: rgb(161,149,187); }

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

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

 span { border-color: rgb(161,149,187); }

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