#A29ABE

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

Shades of Logan #A29ABE

Tints of Logan #A29ABE

Color information

#A29ABE (or 0xA29ABE) is unknown color: approx Logan. HEX triplet: A2, 9A and BE. RGB value is (162,154,190). Sum of RGB (Red+Green+Blue) = 162+154+190=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A29ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ABE is #5D6541. Grayscale: #A0A0A0. Windows color (decimal): -6120770 or 12491426. OLE color: 12491426.

HSL color Cylindrical-coordinate representation of color #A29ABE: hue angle of 253.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29ABE is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162154190-
CMYK0.150.1900.25
HSL253.33º21.69%67.45%-
HSV(B)253.33º18.95%74.51%-
XYZ35.7534.5153.49-
YUV160.5144.65129.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=32.02%
G=30.43%
B=37.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621541900.150.1900.25253.3321.6967.45
HexA29ABEF13019fd1643
Octal242232276172303137526103
Binary10100010100110101011111011111001101100111111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29ABE; }

 p { color: rgb(162,154,190); }

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

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

 a { background-color: rgb(162,154,190); }

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

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

 span { border-color: rgb(162,154,190); }

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