Html Css Color HEX #A49BF1 Wistful

📋 copy color: '#A49BF1'

red 164 ◦ green 155 ◦ blue 241

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

Shades of Wistful #A49BF1

Tints of Wistful #A49BF1

RGB

 RED value IS 164 (64.45% from 255) = 29.29%

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

 BLUE value IS 241 (94.53% from 255) = 43.04%

R = 29.29%
G = 27.68%
B = 43.04%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A49BF1 (or 0xA49BF1) is known color: Wistful. HEX triplet: A4, 9B and F1. RGB value is (164,155,241). Sum of RGB (Red+Green+Blue) = 164+155+241=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #A49BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BF1 is #5B640E. Grayscale: #A7A7A7. Windows color (decimal): -5989391 or 15834020. OLE color: 15834020.

HSL color Cylindrical-coordinate representation of color #A49BF1: hue angle of 246.28º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A49BF1 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 155 241 -
CMYK 0.32 0.36 0 0.05
HSL 246.28º 0.75% 0.78% -
HSV(B) 246.28º 0.36% 0.95% -
XYZ 42.91 37.69 88.23 -
YUV 167.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 164 155 241 0.32 0.36 0 0.05 246.28 0.75 0.78
Hex A4 9B F1 20 24 0 5 F6 4B 4E
Octal 244 233 361 40 44 0 5 366 113 116
Binary 10100100 10011011 11110001 100000 100100 0 101 11110110 1001011 1001110

Color Harmonies of #A49BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BF1

Black with #A49BF1

Text Example


Text Example

White with #A49BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BF1; }

 p { color: rgb(164,155,241); }

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

background-color css

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

 a { background-color: rgb(164,155,241); }

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

border-color css

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

 span { border-color: rgb(164,155,241); }

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