Html Css Color HEX #A69BDB Wistful

📋 copy color: '#A69BDB'

red 166 ◦ green 155 ◦ blue 219

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

Shades of Wistful #A69BDB

Tints of Wistful #A69BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.7%

 BLUE value IS 219 (85.94% from 255) = 40.56%

R = 30.74%
G = 28.7%
B = 40.56%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A69BDB (or 0xA69BDB) is known color: Wistful. HEX triplet: A6, 9B and DB. RGB value is (166,155,219). Sum of RGB (Red+Green+Blue) = 166+155+219=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #A69BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BDB is #596424. Grayscale: #A5A5A5. Windows color (decimal): -5858341 or 14392230. OLE color: 14392230.

HSL color Cylindrical-coordinate representation of color #A69BDB: hue angle of 250.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A69BDB is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 155 219 -
CMYK 0.24 0.29 0 0.14
HSL 250.31º 0.47% 0.73% -
HSV(B) 250.31º 0.29% 0.86% -
XYZ 40.23 36.66 71.97 -
YUV 165.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 166 155 219 0.24 0.29 0 0.14 250.31 0.47 0.73
Hex A6 9B DB 18 1D 0 E FA 2F 49
Octal 246 233 333 30 35 0 16 372 57 111
Binary 10100110 10011011 11011011 11000 11101 0 1110 11111010 101111 1001001

Color Harmonies of #A69BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69BDB

Black with #A69BDB

Text Example


Text Example

White with #A69BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69BDB; }

 p { color: rgb(166,155,219); }

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

background-color css

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

 a { background-color: rgb(166,155,219); }

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

border-color css

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

 span { border-color: rgb(166,155,219); }

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