#A19EBC

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

Shades of Logan #A19EBC

Tints of Logan #A19EBC

Color information

#A19EBC (or 0xA19EBC) is unknown color: approx Logan. HEX triplet: A1, 9E and BC. RGB value is (161,158,188). Sum of RGB (Red+Green+Blue) = 161+158+188=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #A19EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EBC is #5E6143. Grayscale: #A2A2A2. Windows color (decimal): -6185284 or 12361377. OLE color: 12361377.

HSL color Cylindrical-coordinate representation of color #A19EBC: hue angle of 246º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A19EBC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161158188-
CMYK0.140.1600.26
HSL246º18.29%67.84%-
HSV(B)246º15.96%73.73%-
XYZ3635.6652.56-
YUV162.32142.49127.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=31.76%
G=31.16%
B=37.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611581880.140.1600.2624618.2967.84
HexA19EBCE1001Af61244
Octal241236274162003236622104
Binary10100001100111101011110011101000001101011110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19EBC; }

 p { color: rgb(161,158,188); }

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

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

 a { background-color: rgb(161,158,188); }

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

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

 span { border-color: rgb(161,158,188); }

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