#A19ABC

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

Shades of Logan #A19ABC

Tints of Logan #A19ABC

Color information

#A19ABC (or 0xA19ABC) is unknown color: approx Logan. HEX triplet: A1, 9A and BC. RGB value is (161,154,188). Sum of RGB (Red+Green+Blue) = 161+154+188=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #A19ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ABC is #5E6543. Grayscale: #9F9F9F. Windows color (decimal): -6186308 or 12360353. OLE color: 12360353.

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

Color convert

RGB161154188-
CMYK0.140.1800.26
HSL252.35º20.24%67.06%-
HSV(B)252.35º18.09%73.73%-
XYZ35.3334.3252.34-
YUV159.97143.82128.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=32.01%
G=30.62%
B=37.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611541880.140.1800.26252.3520.2467.06
HexA19ABCE1201Afc1443
Octal241232274162203237424103
Binary10100001100110101011110011101001001101011111100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19ABC; }

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

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

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

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

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

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

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

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