Html Css Color HEX #A19BCE Wistful

📋 copy color: '#A19BCE'

red 161 ◦ green 155 ◦ blue 206

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

Shades of Wistful #A19BCE

Tints of Wistful #A19BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 30.84%
G = 29.69%
B = 39.46%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A19BCE (or 0xA19BCE) is known color: Wistful. HEX triplet: A1, 9B and CE. RGB value is (161,155,206). Sum of RGB (Red+Green+Blue) = 161+155+206=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A19BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BCE is #5E6431. Grayscale: #A2A2A2. Windows color (decimal): -6186034 or 13540257. OLE color: 13540257.

HSL color Cylindrical-coordinate representation of color #A19BCE: hue angle of 247.06º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A19BCE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 155 206 -
CMYK 0.22 0.25 0 0.19
HSL 247.06º 0.34% 0.71% -
HSV(B) 247.06º 0.25% 0.81% -
XYZ 37.56 35.48 63.26 -
YUV 162.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 161 155 206 0.22 0.25 0 0.19 247.06 0.34 0.71
Hex A1 9B CE 16 19 0 13 F7 22 47
Octal 241 233 316 26 31 0 23 367 42 107
Binary 10100001 10011011 11001110 10110 11001 0 10011 11110111 100010 1000111

Color Harmonies of #A19BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BCE

Black with #A19BCE

Text Example


Text Example

White with #A19BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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