Html Css Color HEX #A19CCB Wistful

📋 copy color: '#A19CCB'

red 161 ◦ green 156 ◦ blue 203

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

Shades of Wistful #A19CCB

Tints of Wistful #A19CCB

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 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

#A19CCB (or 0xA19CCB) is known color: 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

RGB 161 156 203 -
CMYK 0.21 0.23 0 0.20
HSL 246.38º 0.31% 0.7% -
HSV(B) 246.38º 0.23% 0.8% -
XYZ 37.37 35.67 61.41 -
YUV 162.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 161 156 203 0.21 0.23 0 0.20 246.38 0.31 0.7
Hex A1 9C CB 15 17 0 14 F6 1F 46
Octal 241 234 313 25 27 0 24 366 37 106
Binary 10100001 10011100 11001011 10101 10111 0 10100 11110110 11111 1000110

Color Harmonies of #A19CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19CCB

Black with #A19CCB

Text Example


Text Example

White with #A19CCB

Text Example


Text Example

HTML Codes & Css Web 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>