Html Css Color HEX #A69FBE Wistful

📋 copy color: '#A69FBE'

red 166 ◦ green 159 ◦ blue 190

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

Shades of Wistful #A69FBE

Tints of Wistful #A69FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.87%

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 32.23%
G = 30.87%
B = 36.89%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A69FBE (or 0xA69FBE) is known color: Wistful. HEX triplet: A6, 9F and BE. RGB value is (166,159,190). Sum of RGB (Red+Green+Blue) = 166+159+190=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #A69FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FBE is #596041. Grayscale: #A4A4A4. Windows color (decimal): -5857346 or 12492710. OLE color: 12492710.

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

Color convert

RGB 166 159 190 -
CMYK 0.13 0.16 0 0.25
HSL 253.55º 0.19% 0.68% -
HSV(B) 253.55º 0.16% 0.75% -
XYZ 37.42 36.62 53.81 -
YUV 164.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 166 159 190 0.13 0.16 0 0.25 253.55 0.19 0.68
Hex A6 9F BE D 10 0 19 FE 13 44
Octal 246 237 276 15 20 0 31 376 23 104
Binary 10100110 10011111 10111110 1101 10000 0 11001 11111110 10011 1000100

Color Harmonies of #A69FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FBE

Black with #A69FBE

Text Example


Text Example

White with #A69FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FBE; }

 p { color: rgb(166,159,190); }

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

background-color css

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

 a { background-color: rgb(166,159,190); }

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

border-color css

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

 span { border-color: rgb(166,159,190); }

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