Html Css Color HEX #A09BC9 Wistful

📋 copy color: '#A09BC9'

red 160 ◦ green 155 ◦ blue 201

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

Shades of Wistful #A09BC9

Tints of Wistful #A09BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.04%

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 31.01%
G = 30.04%
B = 38.95%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A09BC9 (or 0xA09BC9) is known color: Wistful. HEX triplet: A0, 9B and C9. RGB value is (160,155,201). Sum of RGB (Red+Green+Blue) = 160+155+201=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #A09BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BC9 is #5F6436. Grayscale: #A1A1A1. Windows color (decimal): -6251575 or 13212576. OLE color: 13212576.

HSL color Cylindrical-coordinate representation of color #A09BC9: hue angle of 246.52º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09BC9 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 155 201 -
CMYK 0.20 0.23 0 0.21
HSL 246.52º 0.3% 0.7% -
HSV(B) 246.52º 0.23% 0.79% -
XYZ 36.76 35.13 60.1 -
YUV 161.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 160 155 201 0.20 0.23 0 0.21 246.52 0.3 0.7
Hex A0 9B C9 14 17 0 15 F7 1E 46
Octal 240 233 311 24 27 0 25 367 36 106
Binary 10100000 10011011 11001001 10100 10111 0 10101 11110111 11110 1000110

Color Harmonies of #A09BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09BC9

Black with #A09BC9

Text Example


Text Example

White with #A09BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09BC9; }

 p { color: rgb(160,155,201); }

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

background-color css

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

 a { background-color: rgb(160,155,201); }

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

border-color css

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

 span { border-color: rgb(160,155,201); }

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