#A18FBE

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

Shades of Cold Purple #A18FBE

Tints of Cold Purple #A18FBE

Color information

#A18FBE (or 0xA18FBE) is unknown color: approx Cold Purple. HEX triplet: A1, 8F and BE. RGB value is (161,143,190). Sum of RGB (Red+Green+Blue) = 161+143+190=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #A18FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FBE is #5E7041. Grayscale: #999999. Windows color (decimal): -6189122 or 12488609. OLE color: 12488609.

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

Color convert

RGB161143190-
CMYK0.150.2500.25
HSL262.98º26.55%65.29%-
HSV(B)262.98º24.74%74.51%-
XYZ33.8130.9452.9-
YUV153.74148.46133.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=32.59%
G=28.95%
B=38.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611431900.150.2500.25262.9826.5565.29
HexA18FBEF190191071b41
Octal241217276173103140733101
Binary101000011000111110111110111111001011001100000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FBE; }

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

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

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

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

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

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

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

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