Html Css Color HEX #A19BC3 Wistful

📋 copy color: '#A19BC3'

red 161 ◦ green 155 ◦ blue 195

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

Shades of Wistful #A19BC3

Tints of Wistful #A19BC3

RGB

 RED value IS 161 (63.28% from 255) = 31.51%

 GREEN value IS 155 (60.94% from 255) = 30.33%

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 31.51%
G = 30.33%
B = 38.16%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A19BC3 (or 0xA19BC3) is known color: Wistful. HEX triplet: A1, 9B and C3. RGB value is (161,155,195). Sum of RGB (Red+Green+Blue) = 161+155+195=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #A19BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BC3 is #5E643C. Grayscale: #A1A1A1. Windows color (decimal): -6186045 or 12819361. OLE color: 12819361.

HSL color Cylindrical-coordinate representation of color #A19BC3: hue angle of 249º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A19BC3 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 155 195 -
CMYK 0.17 0.21 0 0.24
HSL 249º 0.25% 0.69% -
HSV(B) 249º 0.21% 0.76% -
XYZ 36.27 34.96 56.47 -
YUV 161.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 161 155 195 0.17 0.21 0 0.24 249 0.25 0.69
Hex A1 9B C3 11 15 0 18 F9 19 45
Octal 241 233 303 21 25 0 30 371 31 105
Binary 10100001 10011011 11000011 10001 10101 0 11000 11111001 11001 1000101

Color Harmonies of #A19BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BC3

Black with #A19BC3

Text Example


Text Example

White with #A19BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BC3; }

 p { color: rgb(161,155,195); }

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

background-color css

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

 a { background-color: rgb(161,155,195); }

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

border-color css

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

 span { border-color: rgb(161,155,195); }

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