Html Css Color HEX #A69BDE Wistful

📋 copy color: '#A69BDE'

red 166 ◦ green 155 ◦ blue 222

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

Shades of Wistful #A69BDE

Tints of Wistful #A69BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 30.57%
G = 28.55%
B = 40.88%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A69BDE (or 0xA69BDE) is known color: Wistful. HEX triplet: A6, 9B and DE. RGB value is (166,155,222). Sum of RGB (Red+Green+Blue) = 166+155+222=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #A69BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BDE is #596421. Grayscale: #A5A5A5. Windows color (decimal): -5858338 or 14588838. OLE color: 14588838.

HSL color Cylindrical-coordinate representation of color #A69BDE: hue angle of 249.85º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69BDE is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 155 222 -
CMYK 0.25 0.30 0 0.13
HSL 249.85º 0.5% 0.74% -
HSV(B) 249.85º 0.3% 0.87% -
XYZ 40.63 36.82 74.07 -
YUV 165.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 166 155 222 0.25 0.30 0 0.13 249.85 0.5 0.74
Hex A6 9B DE 19 1E 0 D FA 32 4A
Octal 246 233 336 31 36 0 15 372 62 112
Binary 10100110 10011011 11011110 11001 11110 0 1101 11111010 110010 1001010

Color Harmonies of #A69BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69BDE

Black with #A69BDE

Text Example


Text Example

White with #A69BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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