#A29DBB

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

Shades of Logan #A29DBB

Tints of Logan #A29DBB

Color information

#A29DBB (or 0xA29DBB) is unknown color: approx Logan. HEX triplet: A2, 9D and BB. RGB value is (162,157,187). Sum of RGB (Red+Green+Blue) = 162+157+187=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #A29DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DBB is #5D6244. Grayscale: #A1A1A1. Windows color (decimal): -6120005 or 12295586. OLE color: 12295586.

HSL color Cylindrical-coordinate representation of color #A29DBB: hue angle of 250º degrees, saturation: 0.18, 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 #A29DBB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162157187-
CMYK0.130.1600.27
HSL250º18.07%67.45%-
HSV(B)250º16.04%73.33%-
XYZ35.9335.3851.95-
YUV161.92142.16128.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=32.02%
G=31.03%
B=36.96%

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
Decimal1621571870.130.1600.2725018.0767.45
HexA29DBBD1001Bfa1243
Octal242235273152003337222103
Binary10100010100111011011101111011000001101111111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DBB; }

 p { color: rgb(162,157,187); }

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

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

 a { background-color: rgb(162,157,187); }

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

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

 span { border-color: rgb(162,157,187); }

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