Html Css Color HEX #A49BEE Wistful

📋 copy color: '#A49BEE'

red 164 ◦ green 155 ◦ blue 238

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

Shades of Wistful #A49BEE

Tints of Wistful #A49BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 29.44%
G = 27.83%
B = 42.73%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A49BEE (or 0xA49BEE) is known color: Wistful. HEX triplet: A4, 9B and EE. RGB value is (164,155,238). Sum of RGB (Red+Green+Blue) = 164+155+238=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #A49BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BEE is #5B6411. Grayscale: #A6A6A6. Windows color (decimal): -5989394 or 15637412. OLE color: 15637412.

HSL color Cylindrical-coordinate representation of color #A49BEE: hue angle of 246.51º degrees, saturation: 0.71, 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 #A49BEE is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 155 238 -
CMYK 0.31 0.35 0 0.07
HSL 246.51º 0.71% 0.77% -
HSV(B) 246.51º 0.35% 0.93% -
XYZ 42.46 37.51 85.89 -
YUV 167.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 164 155 238 0.31 0.35 0 0.07 246.51 0.71 0.77
Hex A4 9B EE 1F 23 0 7 F7 47 4D
Octal 244 233 356 37 43 0 7 367 107 115
Binary 10100100 10011011 11101110 11111 100011 0 111 11110111 1000111 1001101

Color Harmonies of #A49BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BEE

Black with #A49BEE

Text Example


Text Example

White with #A49BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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