#A29FBB

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

Shades of Logan #A29FBB

Tints of Logan #A29FBB

Color information

#A29FBB (or 0xA29FBB) is unknown color: approx Logan. HEX triplet: A2, 9F and BB. RGB value is (162,159,187). Sum of RGB (Red+Green+Blue) = 162+159+187=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #A29FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FBB is #5D6044. Grayscale: #A2A2A2. Windows color (decimal): -6119493 or 12296098. OLE color: 12296098.

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

Color convert

RGB162159187-
CMYK0.130.1500.27
HSL246.43º17.07%67.84%-
HSV(B)246.43º14.97%73.33%-
XYZ36.2736.0752.06-
YUV163.09141.49127.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=31.89%
G=31.30%
B=36.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621591870.130.1500.27246.4317.0767.84
HexA29FBBDF01Bf61144
Octal242237273151703336621104
Binary1010001010011111101110111101111101101111110110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FBB; }

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

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

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

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

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

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

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

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