Html Css Color HEX #A49BEA Wistful

📋 copy color: '#A49BEA'

red 164 ◦ green 155 ◦ blue 234

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

Shades of Wistful #A49BEA

Tints of Wistful #A49BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 29.66%
G = 28.03%
B = 42.31%

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

#A49BEA (or 0xA49BEA) is known color: Wistful. HEX triplet: A4, 9B and EA. RGB value is (164,155,234). Sum of RGB (Red+Green+Blue) = 164+155+234=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #A49BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BEA is #5B6415. Grayscale: #A6A6A6. Windows color (decimal): -5989398 or 15375268. OLE color: 15375268.

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

Color convert

RGB 164 155 234 -
CMYK 0.30 0.34 0 0.08
HSL 246.84º 0.65% 0.76% -
HSV(B) 246.84º 0.34% 0.92% -
XYZ 41.88 37.28 82.83 -
YUV 166.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 164 155 234 0.30 0.34 0 0.08 246.84 0.65 0.76
Hex A4 9B EA 1E 22 0 8 F7 41 4C
Octal 244 233 352 36 42 0 10 367 101 114
Binary 10100100 10011011 11101010 11110 100010 0 1000 11110111 1000001 1001100

Color Harmonies of #A49BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BEA

Black with #A49BEA

Text Example


Text Example

White with #A49BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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