#A198BE

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

Shades of Cold Purple #A198BE

Tints of Cold Purple #A198BE

Color information

#A198BE (or 0xA198BE) is unknown color: approx Cold Purple. HEX triplet: A1, 98 and BE. RGB value is (161,152,190). Sum of RGB (Red+Green+Blue) = 161+152+190=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #A198BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198BE is #5E6741. Grayscale: #9E9E9E. Windows color (decimal): -6186818 or 12490913. OLE color: 12490913.

HSL color Cylindrical-coordinate representation of color #A198BE: hue angle of 254.21º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A198BE is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161152190-
CMYK0.150.200.25
HSL254.21º22.62%67.06%-
HSV(B)254.21º20%74.51%-
XYZ35.2233.7553.37-
YUV159.02145.48129.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=32.01%
G=30.22%
B=37.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611521900.150.200.25254.2122.6267.06
HexA198BEF14019fe1743
Octal241230276172403137627103
Binary10100001100110001011111011111010001100111111110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198BE; }

 p { color: rgb(161,152,190); }

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

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

 a { background-color: rgb(161,152,190); }

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

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

 span { border-color: rgb(161,152,190); }

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