#A29DBA

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

Shades of Logan #A29DBA

Tints of Logan #A29DBA

Color information

#A29DBA (or 0xA29DBA) is unknown color: approx Logan. HEX triplet: A2, 9D and BA. RGB value is (162,157,186). Sum of RGB (Red+Green+Blue) = 162+157+186=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #A29DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DBA is #5D6245. Grayscale: #A1A1A1. Windows color (decimal): -6120006 or 12230050. OLE color: 12230050.

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

Color convert

RGB162157186-
CMYK0.130.1600.27
HSL250.34º17.37%67.25%-
HSV(B)250.34º15.59%72.94%-
XYZ35.8235.3451.39-
YUV161.8141.66128.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=32.08%
G=31.09%
B=36.83%

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
Decimal1621571860.130.1600.27250.3417.3767.25
HexA29DBAD1001Bfa1143
Octal242235272152003337221103
Binary10100010100111011011101011011000001101111111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DBA; }

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

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

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

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

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

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

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

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