#A19CCB

Color #A19CCB Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A19CCB

Tints of Wistful #A19CCB

Color information

#A19CCB (or 0xA19CCB) is unknown color: approx Wistful. HEX triplet: A1, 9C and CB. RGB value is (161,156,203). Sum of RGB (Red+Green+Blue) = 161+156+203=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #A19CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CCB is #5E6334. Grayscale: #A2A2A2. Windows color (decimal): -6185781 or 13343905. OLE color: 13343905.

HSL color Cylindrical-coordinate representation of color #A19CCB: hue angle of 246.38º 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 #A19CCB is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161156203-
CMYK0.210.2300.20
HSL246.38º31.13%70.39%-
HSV(B)246.38º23.15%79.61%-
XYZ37.3735.6761.41-
YUV162.85150.66126.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=30.96%
G=30%
B=39.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611562030.210.2300.20246.3831.1370.39
HexA19CCB1517014f61f46
Octal241234313252702436637106
Binary101000011001110011001011101011011101010011110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CCB; }

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

 H1.HeaderClassName
 {
   color: #A19CCB;
 }
 .AnyTagClassName
 {
   color: #A19CCB;
 }
</style>
background-color css

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

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

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

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

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

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