Html Css Color HEX #A19BEB Wistful

📋 copy color: '#A19BEB'

red 161 ◦ green 155 ◦ blue 235

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

Shades of Wistful #A19BEB

Tints of Wistful #A19BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 29.22%
G = 28.13%
B = 42.65%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A19BEB (or 0xA19BEB) is known color: Wistful. HEX triplet: A1, 9B and EB. RGB value is (161,155,235). Sum of RGB (Red+Green+Blue) = 161+155+235=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #A19BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19BEB is #5E6414. Grayscale: #A5A5A5. Windows color (decimal): -6186005 or 15440801. OLE color: 15440801.

HSL color Cylindrical-coordinate representation of color #A19BEB: hue angle of 244.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A19BEB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 155 235 -
CMYK 0.31 0.34 0 0.08
HSL 244.5º 0.67% 0.76% -
HSV(B) 244.5º 0.34% 0.92% -
XYZ 41.41 37.02 83.56 -
YUV 165.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 161 155 235 0.31 0.34 0 0.08 244.5 0.67 0.76
Hex A1 9B EB 1F 22 0 8 F4 43 4C
Octal 241 233 353 37 42 0 10 364 103 114
Binary 10100001 10011011 11101011 11111 100010 0 1000 11110100 1000011 1001100

Color Harmonies of #A19BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BEB

Black with #A19BEB

Text Example


Text Example

White with #A19BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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