Html Css Color HEX #A9A6E5 Wistful

📋 copy color: '#A9A6E5'

red 169 ◦ green 166 ◦ blue 229

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

Shades of Wistful #A9A6E5

Tints of Wistful #A9A6E5

RGB

 RED value IS 169 (66.41% from 255) = 29.96%

 GREEN value IS 166 (65.23% from 255) = 29.43%

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 29.96%
G = 29.43%
B = 40.6%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A9A6E5 (or 0xA9A6E5) is known color: Wistful. HEX triplet: A9, A6 and E5. RGB value is (169,166,229). Sum of RGB (Red+Green+Blue) = 169+166+229=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #A9A6E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6E5 is #56591A. Grayscale: #ADADAD. Windows color (decimal): -5658907 or 15050409. OLE color: 15050409.

HSL color Cylindrical-coordinate representation of color #A9A6E5: hue angle of 242.86º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9A6E5 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 166 229 -
CMYK 0.26 0.28 0 0.10
HSL 242.86º 0.55% 0.77% -
HSV(B) 242.86º 0.28% 0.9% -
XYZ 44.14 41.36 79.79 -
YUV 174.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 169 166 229 0.26 0.28 0 0.10 242.86 0.55 0.77
Hex A9 A6 E5 1A 1C 0 A F3 37 4D
Octal 251 246 345 32 34 0 12 363 67 115
Binary 10101001 10100110 11100101 11010 11100 0 1010 11110011 110111 1001101

Color Harmonies of #A9A6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A6E5

Black with #A9A6E5

Text Example


Text Example

White with #A9A6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A6E5; }

 p { color: rgb(169,166,229); }

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

background-color css

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

 a { background-color: rgb(169,166,229); }

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

border-color css

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

 span { border-color: rgb(169,166,229); }

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