Html Css Color HEX #A19BED Wistful

📋 copy color: '#A19BED'

red 161 ◦ green 155 ◦ blue 237

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

Shades of Wistful #A19BED

Tints of Wistful #A19BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 29.11%
G = 28.03%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A19BED (or 0xA19BED) is known color: Wistful. HEX triplet: A1, 9B and ED. RGB value is (161,155,237). Sum of RGB (Red+Green+Blue) = 161+155+237=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #A19BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19BED is #5E6412. Grayscale: #A5A5A5. Windows color (decimal): -6186003 or 15571873. OLE color: 15571873.

HSL color Cylindrical-coordinate representation of color #A19BED: hue angle of 244.39º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A19BED is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 155 237 -
CMYK 0.32 0.35 0 0.07
HSL 244.39º 0.69% 0.77% -
HSV(B) 244.39º 0.35% 0.93% -
XYZ 41.71 37.13 85.09 -
YUV 166.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 161 155 237 0.32 0.35 0 0.07 244.39 0.69 0.77
Hex A1 9B ED 20 23 0 7 F4 45 4D
Octal 241 233 355 40 43 0 7 364 105 115
Binary 10100001 10011011 11101101 100000 100011 0 111 11110100 1000101 1001101

Color Harmonies of #A19BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BED

Black with #A19BED

Text Example


Text Example

White with #A19BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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