Html Css Color HEX #A49EEB Wistful

📋 copy color: '#A49EEB'

red 164 ◦ green 158 ◦ blue 235

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

Shades of Wistful #A49EEB

Tints of Wistful #A49EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.37%

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

R = 29.44%
G = 28.37%
B = 42.19%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A49EEB (or 0xA49EEB) is known color: Wistful. HEX triplet: A4, 9E and EB. RGB value is (164,158,235). Sum of RGB (Red+Green+Blue) = 164+158+235=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #A49EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49EEB is #5B6114. Grayscale: #A8A8A8. Windows color (decimal): -5988629 or 15441572. OLE color: 15441572.

HSL color Cylindrical-coordinate representation of color #A49EEB: hue angle of 244.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A49EEB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 158 235 -
CMYK 0.30 0.33 0 0.08
HSL 244.68º 0.66% 0.77% -
HSV(B) 244.68º 0.33% 0.92% -
XYZ 42.53 38.34 83.76 -
YUV 168.57 165.49 124.74 -
System Red Green Blue C M Y K H S L
Decimal 164 158 235 0.30 0.33 0 0.08 244.68 0.66 0.77
Hex A4 9E EB 1E 21 0 8 F5 42 4D
Octal 244 236 353 36 41 0 10 365 102 115
Binary 10100100 10011110 11101011 11110 100001 0 1000 11110101 1000010 1001101

Color Harmonies of #A49EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EEB

Black with #A49EEB

Text Example


Text Example

White with #A49EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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