Html Css Color HEX #A09BCD Wistful

📋 copy color: '#A09BCD'

red 160 ◦ green 155 ◦ blue 205

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

Shades of Wistful #A09BCD

Tints of Wistful #A09BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 30.77%
G = 29.81%
B = 39.42%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A09BCD (or 0xA09BCD) is known color: Wistful. HEX triplet: A0, 9B and CD. RGB value is (160,155,205). Sum of RGB (Red+Green+Blue) = 160+155+205=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #A09BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BCD is #5F6432. Grayscale: #A2A2A2. Windows color (decimal): -6251571 or 13474720. OLE color: 13474720.

HSL color Cylindrical-coordinate representation of color #A09BCD: hue angle of 246º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09BCD is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 155 205 -
CMYK 0.22 0.24 0 0.20
HSL 246º 0.33% 0.71% -
HSV(B) 246º 0.24% 0.8% -
XYZ 37.24 35.32 62.61 -
YUV 162.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 160 155 205 0.22 0.24 0 0.20 246 0.33 0.71
Hex A0 9B CD 16 18 0 14 F6 21 47
Octal 240 233 315 26 30 0 24 366 41 107
Binary 10100000 10011011 11001101 10110 11000 0 10100 11110110 100001 1000111

Color Harmonies of #A09BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09BCD

Black with #A09BCD

Text Example


Text Example

White with #A09BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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