Html Css Color HEX #A29DBA Logan

📋 copy color: '#A29DBA'

red 162 ◦ green 157 ◦ blue 186

#A29DBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Logan #A29DBA

Tints of Logan #A29DBA

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 value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A29DBA (or 0xA29DBA) is known color: 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

RGB 162 157 186 -
CMYK 0.13 0.16 0 0.27
HSL 250.34º 0.17% 0.67% -
HSV(B) 250.34º 0.16% 0.73% -
XYZ 35.82 35.34 51.39 -
YUV 161.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 162 157 186 0.13 0.16 0 0.27 250.34 0.17 0.67
Hex A2 9D BA D 10 0 1B FA 11 43
Octal 242 235 272 15 20 0 33 372 21 103
Binary 10100010 10011101 10111010 1101 10000 0 11011 11111010 10001 1000011

Color Harmonies of #A29DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29DBA

Black with #A29DBA

Text Example


Text Example

White with #A29DBA

Text Example


Text Example

HTML Codes & Css Web 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>