Html Css Color HEX #A19BCD Wistful

📋 copy color: '#A19BCD'

red 161 ◦ green 155 ◦ blue 205

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

Shades of Wistful #A19BCD

Tints of Wistful #A19BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 30.9%
G = 29.75%
B = 39.35%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A19BCD (or 0xA19BCD) is known color: Wistful. HEX triplet: A1, 9B and CD. RGB value is (161,155,205). Sum of RGB (Red+Green+Blue) = 161+155+205=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #A19BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BCD is #5E6432. Grayscale: #A2A2A2. Windows color (decimal): -6186035 or 13474721. OLE color: 13474721.

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

Color convert

RGB 161 155 205 -
CMYK 0.21 0.24 0 0.20
HSL 247.2º 0.33% 0.71% -
HSV(B) 247.2º 0.24% 0.8% -
XYZ 37.44 35.43 62.62 -
YUV 162.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 161 155 205 0.21 0.24 0 0.20 247.2 0.33 0.71
Hex A1 9B CD 15 18 0 14 F7 21 47
Octal 241 233 315 25 30 0 24 367 41 107
Binary 10100001 10011011 11001101 10101 11000 0 10100 11110111 100001 1000111

Color Harmonies of #A19BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BCD

Black with #A19BCD

Text Example


Text Example

White with #A19BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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