Html Css Color HEX #A8AAD5 Wistful

📋 copy color: '#A8AAD5'

red 168 ◦ green 170 ◦ blue 213

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

Shades of Wistful #A8AAD5

Tints of Wistful #A8AAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.66%

R = 30.49%
G = 30.85%
B = 38.66%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A8AAD5 (or 0xA8AAD5) is known color: Wistful. HEX triplet: A8, AA and D5. RGB value is (168,170,213). Sum of RGB (Red+Green+Blue) = 168+170+213=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #A8AAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AAD5 is #57552A. Grayscale: #AEAEAE. Windows color (decimal): -5723435 or 14002856. OLE color: 14002856.

HSL color Cylindrical-coordinate representation of color #A8AAD5: hue angle of 237.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8AAD5 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 170 213 -
CMYK 0.21 0.20 0 0.16
HSL 237.33º 0.35% 0.75% -
HSV(B) 237.33º 0.21% 0.84% -
XYZ 42.53 41.88 68.79 -
YUV 174.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 168 170 213 0.21 0.20 0 0.16 237.33 0.35 0.75
Hex A8 AA D5 15 14 0 10 ED 23 4B
Octal 250 252 325 25 24 0 20 355 43 113
Binary 10101000 10101010 11010101 10101 10100 0 10000 11101101 100011 1001011

Color Harmonies of #A8AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AAD5

Black with #A8AAD5

Text Example


Text Example

White with #A8AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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