Html Css Color HEX #A69EBF Wistful

📋 copy color: '#A69EBF'

red 166 ◦ green 158 ◦ blue 191

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

Shades of Wistful #A69EBF

Tints of Wistful #A69EBF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.68%

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

R = 32.23%
G = 30.68%
B = 37.09%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A69EBF (or 0xA69EBF) is known color: Wistful. HEX triplet: A6, 9E and BF. RGB value is (166,158,191). Sum of RGB (Red+Green+Blue) = 166+158+191=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #A69EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EBF is #596140. Grayscale: #A4A4A4. Windows color (decimal): -5857601 or 12557990. OLE color: 12557990.

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

Color convert

RGB 166 158 191 -
CMYK 0.13 0.17 0 0.25
HSL 254.55º 0.2% 0.68% -
HSV(B) 254.55º 0.17% 0.75% -
XYZ 37.36 36.32 54.33 -
YUV 164.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 166 158 191 0.13 0.17 0 0.25 254.55 0.2 0.68
Hex A6 9E BF D 11 0 19 FF 14 44
Octal 246 236 277 15 21 0 31 377 24 104
Binary 10100110 10011110 10111111 1101 10001 0 11001 11111111 10100 1000100

Color Harmonies of #A69EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EBF

Black with #A69EBF

Text Example


Text Example

White with #A69EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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