Html Css Color HEX #A49BEB Wistful

📋 copy color: '#A49BEB'

red 164 ◦ green 155 ◦ blue 235

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

Shades of Wistful #A49BEB

Tints of Wistful #A49BEB

RGB

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

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

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

R = 29.6%
G = 27.98%
B = 42.42%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A49BEB (or 0xA49BEB) is known color: Wistful. HEX triplet: A4, 9B and EB. RGB value is (164,155,235). Sum of RGB (Red+Green+Blue) = 164+155+235=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #A49BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BEB is #5B6414. Grayscale: #A6A6A6. Windows color (decimal): -5989397 or 15440804. OLE color: 15440804.

HSL color Cylindrical-coordinate representation of color #A49BEB: hue angle of 246.75º 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 #A49BEB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 155 235 -
CMYK 0.30 0.34 0 0.08
HSL 246.75º 0.67% 0.76% -
HSV(B) 246.75º 0.34% 0.92% -
XYZ 42.03 37.33 83.59 -
YUV 166.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 164 155 235 0.30 0.34 0 0.08 246.75 0.67 0.76
Hex A4 9B EB 1E 22 0 8 F7 43 4C
Octal 244 233 353 36 42 0 10 367 103 114
Binary 10100100 10011011 11101011 11110 100010 0 1000 11110111 1000011 1001100

Color Harmonies of #A49BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BEB

Black with #A49BEB

Text Example


Text Example

White with #A49BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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