Html Css Color HEX #A09FCB Wistful

📋 copy color: '#A09FCB'

red 160 ◦ green 159 ◦ blue 203

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

Shades of Wistful #A09FCB

Tints of Wistful #A09FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.46%

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

R = 30.65%
G = 30.46%
B = 38.89%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A09FCB (or 0xA09FCB) is known color: Wistful. HEX triplet: A0, 9F and CB. RGB value is (160,159,203). Sum of RGB (Red+Green+Blue) = 160+159+203=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #A09FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FCB is #5F6034. Grayscale: #A4A4A4. Windows color (decimal): -6250549 or 13344672. OLE color: 13344672.

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

Color convert

RGB 160 159 203 -
CMYK 0.21 0.22 0 0.20
HSL 241.36º 0.3% 0.71% -
HSV(B) 241.36º 0.22% 0.8% -
XYZ 37.67 36.58 61.58 -
YUV 164.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 160 159 203 0.21 0.22 0 0.20 241.36 0.3 0.71
Hex A0 9F CB 15 16 0 14 F1 1E 47
Octal 240 237 313 25 26 0 24 361 36 107
Binary 10100000 10011111 11001011 10101 10110 0 10100 11110001 11110 1000111

Color Harmonies of #A09FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FCB

Black with #A09FCB

Text Example


Text Example

White with #A09FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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