Html Css Color HEX #A09ACB Wistful

📋 copy color: '#A09ACB'

red 160 ◦ green 154 ◦ blue 203

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

Shades of Wistful #A09ACB

Tints of Wistful #A09ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.79%

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 30.95%
G = 29.79%
B = 39.26%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A09ACB (or 0xA09ACB) is known color: Wistful. HEX triplet: A0, 9A and CB. RGB value is (160,154,203). Sum of RGB (Red+Green+Blue) = 160+154+203=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #A09ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ACB is #5F6534. Grayscale: #A1A1A1. Windows color (decimal): -6251829 or 13343392. OLE color: 13343392.

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

Color convert

RGB 160 154 203 -
CMYK 0.21 0.24 0 0.20
HSL 247.35º 0.32% 0.7% -
HSV(B) 247.35º 0.24% 0.8% -
XYZ 36.83 34.9 61.29 -
YUV 161.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 160 154 203 0.21 0.24 0 0.20 247.35 0.32 0.7
Hex A0 9A CB 15 18 0 14 F7 20 46
Octal 240 232 313 25 30 0 24 367 40 106
Binary 10100000 10011010 11001011 10101 11000 0 10100 11110111 100000 1000110

Color Harmonies of #A09ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09ACB

Black with #A09ACB

Text Example


Text Example

White with #A09ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09ACB; }

 p { color: rgb(160,154,203); }

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

background-color css

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

 a { background-color: rgb(160,154,203); }

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

border-color css

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

 span { border-color: rgb(160,154,203); }

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