Html Css Color HEX #A09CCB Wistful

📋 copy color: '#A09CCB'

red 160 ◦ green 156 ◦ blue 203

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

Shades of Wistful #A09CCB

Tints of Wistful #A09CCB

RGB

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

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

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

R = 30.83%
G = 30.06%
B = 39.11%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A09CCB (or 0xA09CCB) is known color: Wistful. HEX triplet: A0, 9C and CB. RGB value is (160,156,203). Sum of RGB (Red+Green+Blue) = 160+156+203=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #A09CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CCB is #5F6334. Grayscale: #A2A2A2. Windows color (decimal): -6251317 or 13343904. OLE color: 13343904.

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

Color convert

RGB 160 156 203 -
CMYK 0.21 0.23 0 0.20
HSL 245.11º 0.31% 0.7% -
HSV(B) 245.11º 0.23% 0.8% -
XYZ 37.17 35.56 61.41 -
YUV 162.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 160 156 203 0.21 0.23 0 0.20 245.11 0.31 0.7
Hex A0 9C CB 15 17 0 14 F5 1F 46
Octal 240 234 313 25 27 0 24 365 37 106
Binary 10100000 10011100 11001011 10101 10111 0 10100 11110101 11111 1000110

Color Harmonies of #A09CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CCB

Black with #A09CCB

Text Example


Text Example

White with #A09CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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