Html Css Color HEX #A09AC1 Wistful

📋 copy color: '#A09AC1'

red 160 ◦ green 154 ◦ blue 193

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

Shades of Wistful #A09AC1

Tints of Wistful #A09AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 31.56%
G = 30.37%
B = 38.07%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A09AC1 (or 0xA09AC1) is known color: Wistful. HEX triplet: A0, 9A and C1. RGB value is (160,154,193). Sum of RGB (Red+Green+Blue) = 160+154+193=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #A09AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AC1 is #5F653E. Grayscale: #A0A0A0. Windows color (decimal): -6251839 or 12688032. OLE color: 12688032.

HSL color Cylindrical-coordinate representation of color #A09AC1: hue angle of 249.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A09AC1 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 154 193 -
CMYK 0.17 0.20 0 0.24
HSL 249.23º 0.24% 0.68% -
HSV(B) 249.23º 0.2% 0.76% -
XYZ 35.68 34.44 55.22 -
YUV 160.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 160 154 193 0.17 0.20 0 0.24 249.23 0.24 0.68
Hex A0 9A C1 11 14 0 18 F9 18 44
Octal 240 232 301 21 24 0 30 371 30 104
Binary 10100000 10011010 11000001 10001 10100 0 11000 11111001 11000 1000100

Color Harmonies of #A09AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09AC1

Black with #A09AC1

Text Example


Text Example

White with #A09AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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