Html Css Color HEX #A091D7 Wistful

📋 copy color: '#A091D7'

red 160 ◦ green 145 ◦ blue 215

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

Shades of Wistful #A091D7

Tints of Wistful #A091D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.35%

R = 30.77%
G = 27.88%
B = 41.35%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A091D7 (or 0xA091D7) is known color: Wistful. HEX triplet: A0, 91 and D7. RGB value is (160,145,215). Sum of RGB (Red+Green+Blue) = 160+145+215=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #A091D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091D7 is #5F6E28. Grayscale: #9D9D9D. Windows color (decimal): -6254121 or 14127520. OLE color: 14127520.

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

Color convert

RGB 160 145 215 -
CMYK 0.26 0.33 0 0.16
HSL 252.86º 0.47% 0.71% -
HSV(B) 252.86º 0.33% 0.84% -
XYZ 36.89 32.63 68.64 -
YUV 157.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 160 145 215 0.26 0.33 0 0.16 252.86 0.47 0.71
Hex A0 91 D7 1A 21 0 10 FD 2F 47
Octal 240 221 327 32 41 0 20 375 57 107
Binary 10100000 10010001 11010111 11010 100001 0 10000 11111101 101111 1000111

Color Harmonies of #A091D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A091D7

Black with #A091D7

Text Example


Text Example

White with #A091D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A091D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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