#A29FBC

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

Shades of Logan #A29FBC

Tints of Logan #A29FBC

Color information

#A29FBC (or 0xA29FBC) is unknown color: approx Logan. HEX triplet: A2, 9F and BC. RGB value is (162,159,188). Sum of RGB (Red+Green+Blue) = 162+159+188=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #A29FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FBC is #5D6043. Grayscale: #A3A3A3. Windows color (decimal): -6119492 or 12361634. OLE color: 12361634.

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

Color convert

RGB162159188-
CMYK0.140.1500.26
HSL246.21º17.79%68.04%-
HSV(B)246.21º15.43%73.73%-
XYZ36.3836.1152.63-
YUV163.2141.99127.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=31.83%
G=31.24%
B=36.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621591880.140.1500.26246.2117.7968.04
HexA29FBCEF01Af61244
Octal242237274161703236622104
Binary1010001010011111101111001110111101101011110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FBC; }

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

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

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

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

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

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

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

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