Html Css Color HEX #A09CDB Wistful

📋 copy color: '#A09CDB'

red 160 ◦ green 156 ◦ blue 219

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

Shades of Wistful #A09CDB

Tints of Wistful #A09CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.16%

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 29.91%
G = 29.16%
B = 40.93%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A09CDB (or 0xA09CDB) is known color: Wistful. HEX triplet: A0, 9C and DB. RGB value is (160,156,219). Sum of RGB (Red+Green+Blue) = 160+156+219=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #A09CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CDB is #5F6324. Grayscale: #A4A4A4. Windows color (decimal): -6251301 or 14392480. OLE color: 14392480.

HSL color Cylindrical-coordinate representation of color #A09CDB: hue angle of 243.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09CDB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 156 219 -
CMYK 0.27 0.29 0 0.14
HSL 243.81º 0.47% 0.74% -
HSV(B) 243.81º 0.29% 0.86% -
XYZ 39.17 36.36 71.97 -
YUV 164.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 160 156 219 0.27 0.29 0 0.14 243.81 0.47 0.74
Hex A0 9C DB 1B 1D 0 E F4 2F 4A
Octal 240 234 333 33 35 0 16 364 57 112
Binary 10100000 10011100 11011011 11011 11101 0 1110 11110100 101111 1001010

Color Harmonies of #A09CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CDB

Black with #A09CDB

Text Example


Text Example

White with #A09CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CDB; }

 p { color: rgb(160,156,219); }

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

background-color css

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

 a { background-color: rgb(160,156,219); }

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

border-color css

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

 span { border-color: rgb(160,156,219); }

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