Html Css Color HEX #A69EBD Wistful

📋 copy color: '#A69EBD'

red 166 ◦ green 158 ◦ blue 189

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

Shades of Wistful #A69EBD

Tints of Wistful #A69EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 32.36%
G = 30.8%
B = 36.84%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A69EBD (or 0xA69EBD) is known color: Wistful. HEX triplet: A6, 9E and BD. RGB value is (166,158,189). Sum of RGB (Red+Green+Blue) = 166+158+189=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #A69EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EBD is #596142. Grayscale: #A3A3A3. Windows color (decimal): -5857603 or 12426918. OLE color: 12426918.

HSL color Cylindrical-coordinate representation of color #A69EBD: hue angle of 255.48º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A69EBD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 158 189 -
CMYK 0.12 0.16 0 0.26
HSL 255.48º 0.19% 0.68% -
HSV(B) 255.48º 0.16% 0.74% -
XYZ 37.14 36.23 53.18 -
YUV 163.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 166 158 189 0.12 0.16 0 0.26 255.48 0.19 0.68
Hex A6 9E BD C 10 0 1A FF 13 44
Octal 246 236 275 14 20 0 32 377 23 104
Binary 10100110 10011110 10111101 1100 10000 0 11010 11111111 10011 1000100

Color Harmonies of #A69EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EBD

Black with #A69EBD

Text Example


Text Example

White with #A69EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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