Html Css Color HEX #A8AADB Wistful

📋 copy color: '#A8AADB'

red 168 ◦ green 170 ◦ blue 219

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

Shades of Wistful #A8AADB

Tints of Wistful #A8AADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.52%

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

R = 30.16%
G = 30.52%
B = 39.32%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8AADB (or 0xA8AADB) is known color: Wistful. HEX triplet: A8, AA and DB. RGB value is (168,170,219). Sum of RGB (Red+Green+Blue) = 168+170+219=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AADB is #575524. Grayscale: #AEAEAE. Windows color (decimal): -5723429 or 14396072. OLE color: 14396072.

HSL color Cylindrical-coordinate representation of color #A8AADB: hue angle of 237.65º 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 #A8AADB is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 170 219 -
CMYK 0.23 0.22 0 0.14
HSL 237.65º 0.41% 0.76% -
HSV(B) 237.65º 0.23% 0.86% -
XYZ 43.31 42.19 72.88 -
YUV 174.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 168 170 219 0.23 0.22 0 0.14 237.65 0.41 0.76
Hex A8 AA DB 17 16 0 E EE 29 4C
Octal 250 252 333 27 26 0 16 356 51 114
Binary 10101000 10101010 11011011 10111 10110 0 1110 11101110 101001 1001100

Color Harmonies of #A8AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AADB

Black with #A8AADB

Text Example


Text Example

White with #A8AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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