Html Css Color HEX #A49DE6 Wistful

📋 copy color: '#A49DE6'

red 164 ◦ green 157 ◦ blue 230

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

Shades of Wistful #A49DE6

Tints of Wistful #A49DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.74%

R = 29.76%
G = 28.49%
B = 41.74%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A49DE6 (or 0xA49DE6) is known color: Wistful. HEX triplet: A4, 9D and E6. RGB value is (164,157,230). Sum of RGB (Red+Green+Blue) = 164+157+230=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #A49DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DE6 is #5B6219. Grayscale: #A7A7A7. Windows color (decimal): -5988890 or 15113636. OLE color: 15113636.

HSL color Cylindrical-coordinate representation of color #A49DE6: hue angle of 245.75º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A49DE6 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 157 230 -
CMYK 0.29 0.32 0 0.10
HSL 245.75º 0.59% 0.76% -
HSV(B) 245.75º 0.32% 0.9% -
XYZ 41.65 37.72 79.95 -
YUV 167.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 164 157 230 0.29 0.32 0 0.10 245.75 0.59 0.76
Hex A4 9D E6 1D 20 0 A F6 3B 4C
Octal 244 235 346 35 40 0 12 366 73 114
Binary 10100100 10011101 11100110 11101 100000 0 1010 11110110 111011 1001100

Color Harmonies of #A49DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DE6

Black with #A49DE6

Text Example


Text Example

White with #A49DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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