Html Css Color HEX #A091D9 Wistful

📋 copy color: '#A091D9'

red 160 ◦ green 145 ◦ blue 217

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

Shades of Wistful #A091D9

Tints of Wistful #A091D9

RGB

 RED value IS 160 (62.89% from 255) = 30.65%

 GREEN value IS 145 (57.03% from 255) = 27.78%

 BLUE value IS 217 (85.16% from 255) = 41.57%

R = 30.65%
G = 27.78%
B = 41.57%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A091D9 (or 0xA091D9) is known color: Wistful. HEX triplet: A0, 91 and D9. RGB value is (160,145,217). Sum of RGB (Red+Green+Blue) = 160+145+217=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #A091D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091D9 is #5F6E26. Grayscale: #9D9D9D. Windows color (decimal): -6254119 or 14258592. OLE color: 14258592.

HSL color Cylindrical-coordinate representation of color #A091D9: hue angle of 252.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A091D9 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 145 217 -
CMYK 0.26 0.33 0 0.15
HSL 252.5º 0.49% 0.71% -
HSV(B) 252.5º 0.33% 0.85% -
XYZ 37.15 32.73 70.01 -
YUV 157.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 160 145 217 0.26 0.33 0 0.15 252.5 0.49 0.71
Hex A0 91 D9 1A 21 0 F FD 31 47
Octal 240 221 331 32 41 0 17 375 61 107
Binary 10100000 10010001 11011001 11010 100001 0 1111 11111101 110001 1000111

Color Harmonies of #A091D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A091D9

Black with #A091D9

Text Example


Text Example

White with #A091D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A091D9; }

 p { color: rgb(160,145,217); }

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

background-color css

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

 a { background-color: rgb(160,145,217); }

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

border-color css

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

 span { border-color: rgb(160,145,217); }

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