Html Css Color HEX #A29DBF Wistful

📋 copy color: '#A29DBF'

red 162 ◦ green 157 ◦ blue 191

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

Shades of Wistful #A29DBF

Tints of Wistful #A29DBF

RGB

 RED value IS 162 (63.67% from 255) = 31.76%

 GREEN value IS 157 (61.72% from 255) = 30.78%

 BLUE value IS 191 (75% from 255) = 37.45%

R = 31.76%
G = 30.78%
B = 37.45%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A29DBF (or 0xA29DBF) is known color: Wistful. HEX triplet: A2, 9D and BF. RGB value is (162,157,191). Sum of RGB (Red+Green+Blue) = 162+157+191=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #A29DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DBF is #5D6240. Grayscale: #A2A2A2. Windows color (decimal): -6120001 or 12557730. OLE color: 12557730.

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

Color convert

RGB 162 157 191 -
CMYK 0.15 0.18 0 0.25
HSL 248.82º 0.21% 0.68% -
HSV(B) 248.82º 0.18% 0.75% -
XYZ 36.36 35.56 54.24 -
YUV 162.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 162 157 191 0.15 0.18 0 0.25 248.82 0.21 0.68
Hex A2 9D BF F 12 0 19 F9 15 44
Octal 242 235 277 17 22 0 31 371 25 104
Binary 10100010 10011101 10111111 1111 10010 0 11001 11111001 10101 1000100

Color Harmonies of #A29DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29DBF

Black with #A29DBF

Text Example


Text Example

White with #A29DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29DBF; }

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

 H1.HeaderClassName
 {
   color: #A29DBF;
 }
 .AnyTagClassName
 {
   color: #A29DBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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