Html Css Color HEX #A69DBF Wistful

📋 copy color: '#A69DBF'

red 166 ◦ green 157 ◦ blue 191

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

Shades of Wistful #A69DBF

Tints of Wistful #A69DBF

RGB

 RED value IS 166 (65.23% from 255) = 32.3%

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

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

R = 32.3%
G = 30.54%
B = 37.16%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A69DBF (or 0xA69DBF) is known color: Wistful. HEX triplet: A6, 9D and BF. RGB value is (166,157,191). Sum of RGB (Red+Green+Blue) = 166+157+191=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #A69DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DBF is #596240. Grayscale: #A3A3A3. Windows color (decimal): -5857857 or 12557734. OLE color: 12557734.

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

Color convert

RGB 166 157 191 -
CMYK 0.13 0.18 0 0.25
HSL 255.88º 0.21% 0.68% -
HSV(B) 255.88º 0.18% 0.75% -
XYZ 37.19 35.98 54.28 -
YUV 163.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 166 157 191 0.13 0.18 0 0.25 255.88 0.21 0.68
Hex A6 9D BF D 12 0 19 100 15 44
Octal 246 235 277 15 22 0 31 400 25 104
Binary 10100110 10011101 10111111 1101 10010 0 11001 100000000 10101 1000100

Color Harmonies of #A69DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69DBF

Black with #A69DBF

Text Example


Text Example

White with #A69DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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