Html Css Color HEX #A8AADC Wistful

📋 copy color: '#A8AADC'

red 168 ◦ green 170 ◦ blue 220

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

Shades of Wistful #A8AADC

Tints of Wistful #A8AADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 30.11%
G = 30.47%
B = 39.43%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8AADC (or 0xA8AADC) is known color: Wistful. HEX triplet: A8, AA and DC. RGB value is (168,170,220). Sum of RGB (Red+Green+Blue) = 168+170+220=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AADC is #575523. Grayscale: #AEAEAE. Windows color (decimal): -5723428 or 14461608. OLE color: 14461608.

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

Color convert

RGB 168 170 220 -
CMYK 0.24 0.23 0 0.14
HSL 237.69º 0.43% 0.76% -
HSV(B) 237.69º 0.24% 0.86% -
XYZ 43.44 42.24 73.57 -
YUV 175.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 168 170 220 0.24 0.23 0 0.14 237.69 0.43 0.76
Hex A8 AA DC 18 17 0 E EE 2B 4C
Octal 250 252 334 30 27 0 16 356 53 114
Binary 10101000 10101010 11011100 11000 10111 0 1110 11101110 101011 1001100

Color Harmonies of #A8AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AADC

Black with #A8AADC

Text Example


Text Example

White with #A8AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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