Html Css Color HEX #A49AF6 Wistful

📋 copy color: '#A49AF6'

red 164 ◦ green 154 ◦ blue 246

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

Shades of Wistful #A49AF6

Tints of Wistful #A49AF6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.3%

 BLUE value IS 246 (96.48% from 255) = 43.62%

R = 29.08%
G = 27.3%
B = 43.62%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A49AF6 (or 0xA49AF6) is known color: Wistful. HEX triplet: A4, 9A and F6. RGB value is (164,154,246). Sum of RGB (Red+Green+Blue) = 164+154+246=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #A49AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49AF6 is #5B6509. Grayscale: #A7A7A7. Windows color (decimal): -5989642 or 16161444. OLE color: 16161444.

HSL color Cylindrical-coordinate representation of color #A49AF6: hue angle of 246.52º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A49AF6 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 154 246 -
CMYK 0.33 0.37 0 0.04
HSL 246.52º 0.84% 0.78% -
HSV(B) 246.52º 0.37% 0.96% -
XYZ 43.5 37.66 92.16 -
YUV 167.48 172.31 125.52 -
System Red Green Blue C M Y K H S L
Decimal 164 154 246 0.33 0.37 0 0.04 246.52 0.84 0.78
Hex A4 9A F6 21 25 0 4 F7 54 4E
Octal 244 232 366 41 45 0 4 367 124 116
Binary 10100100 10011010 11110110 100001 100101 0 100 11110111 1010100 1001110

Color Harmonies of #A49AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49AF6

Black with #A49AF6

Text Example


Text Example

White with #A49AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49AF6; }

 p { color: rgb(164,154,246); }

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

background-color css

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

 a { background-color: rgb(164,154,246); }

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

border-color css

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

 span { border-color: rgb(164,154,246); }

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