Html Css Color HEX #A8A9DB Wistful

📋 copy color: '#A8A9DB'

red 168 ◦ green 169 ◦ blue 219

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

Shades of Wistful #A8A9DB

Tints of Wistful #A8A9DB

RGB

 RED value IS 168 (66.02% from 255) = 30.22%

 GREEN value IS 169 (66.41% from 255) = 30.4%

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

R = 30.22%
G = 30.4%
B = 39.39%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8A9DB (or 0xA8A9DB) is known color: Wistful. HEX triplet: A8, A9 and DB. RGB value is (168,169,219). Sum of RGB (Red+Green+Blue) = 168+169+219=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A9DB is #575624. Grayscale: #AEAEAE. Windows color (decimal): -5723685 or 14395816. OLE color: 14395816.

HSL color Cylindrical-coordinate representation of color #A8A9DB: hue angle of 238.82º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8A9DB is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 169 219 -
CMYK 0.23 0.23 0 0.14
HSL 238.82º 0.41% 0.76% -
HSV(B) 238.82º 0.23% 0.86% -
XYZ 43.12 41.82 72.82 -
YUV 174.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 168 169 219 0.23 0.23 0 0.14 238.82 0.41 0.76
Hex A8 A9 DB 17 17 0 E EF 29 4C
Octal 250 251 333 27 27 0 16 357 51 114
Binary 10101000 10101001 11011011 10111 10111 0 1110 11101111 101001 1001100

Color Harmonies of #A8A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A9DB

Black with #A8A9DB

Text Example


Text Example

White with #A8A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A9DB; }

 p { color: rgb(168,169,219); }

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

background-color css

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

 a { background-color: rgb(168,169,219); }

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

border-color css

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

 span { border-color: rgb(168,169,219); }

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