Html Css Color HEX #A49DEA Wistful

📋 copy color: '#A49DEA'

red 164 ◦ green 157 ◦ blue 234

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

Shades of Wistful #A49DEA

Tints of Wistful #A49DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.29%

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

R = 29.55%
G = 28.29%
B = 42.16%

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

#A49DEA (or 0xA49DEA) is known color: Wistful. HEX triplet: A4, 9D and EA. RGB value is (164,157,234). Sum of RGB (Red+Green+Blue) = 164+157+234=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #A49DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DEA is #5B6215. Grayscale: #A7A7A7. Windows color (decimal): -5988886 or 15375780. OLE color: 15375780.

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

Color convert

RGB 164 157 234 -
CMYK 0.30 0.33 0 0.08
HSL 245.45º 0.65% 0.77% -
HSV(B) 245.45º 0.33% 0.92% -
XYZ 42.22 37.95 82.94 -
YUV 167.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 164 157 234 0.30 0.33 0 0.08 245.45 0.65 0.77
Hex A4 9D EA 1E 21 0 8 F5 41 4D
Octal 244 235 352 36 41 0 10 365 101 115
Binary 10100100 10011101 11101010 11110 100001 0 1000 11110101 1000001 1001101

Color Harmonies of #A49DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DEA

Black with #A49DEA

Text Example


Text Example

White with #A49DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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