#A19DBA

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

Shades of Logan #A19DBA

Tints of Logan #A19DBA

Color information

#A19DBA (or 0xA19DBA) is unknown color: approx Logan. HEX triplet: A1, 9D and BA. RGB value is (161,157,186). Sum of RGB (Red+Green+Blue) = 161+157+186=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #A19DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DBA is #5E6245. Grayscale: #A1A1A1. Windows color (decimal): -6185542 or 12230049. OLE color: 12230049.

HSL color Cylindrical-coordinate representation of color #A19DBA: hue angle of 248.28º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A19DBA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161157186-
CMYK0.130.1600.27
HSL248.28º17.37%67.25%-
HSV(B)248.28º15.59%72.94%-
XYZ35.6235.2451.38-
YUV161.5141.83127.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=31.94%
G=31.15%
B=36.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611571860.130.1600.27248.2817.3767.25
HexA19DBAD1001Bf81143
Octal241235272152003337021103
Binary10100001100111011011101011011000001101111111000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DBA; }

 p { color: rgb(161,157,186); }

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

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

 a { background-color: rgb(161,157,186); }

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

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

 span { border-color: rgb(161,157,186); }

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