Html Css Color HEX #A49FE3 Wistful

📋 copy color: '#A49FE3'

red 164 ◦ green 159 ◦ blue 227

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

Shades of Wistful #A49FE3

Tints of Wistful #A49FE3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.91%

 BLUE value IS 227 (89.06% from 255) = 41.27%

R = 29.82%
G = 28.91%
B = 41.27%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A49FE3 (or 0xA49FE3) is known color: Wistful. HEX triplet: A4, 9F and E3. RGB value is (164,159,227). Sum of RGB (Red+Green+Blue) = 164+159+227=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 227 - color contains mainly: blue. Hex color #A49FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FE3 is #5B601C. Grayscale: #A7A7A7. Windows color (decimal): -5988381 or 14917540. OLE color: 14917540.

HSL color Cylindrical-coordinate representation of color #A49FE3: hue angle of 244.41º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49FE3 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 159 227 -
CMYK 0.28 0.30 0 0.11
HSL 244.41º 0.55% 0.76% -
HSV(B) 244.41º 0.3% 0.89% -
XYZ 41.57 38.23 77.86 -
YUV 168.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 164 159 227 0.28 0.30 0 0.11 244.41 0.55 0.76
Hex A4 9F E3 1C 1E 0 B F4 37 4C
Octal 244 237 343 34 36 0 13 364 67 114
Binary 10100100 10011111 11100011 11100 11110 0 1011 11110100 110111 1001100

Color Harmonies of #A49FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FE3

Black with #A49FE3

Text Example


Text Example

White with #A49FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FE3; }

 p { color: rgb(164,159,227); }

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

background-color css

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

 a { background-color: rgb(164,159,227); }

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

border-color css

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

 span { border-color: rgb(164,159,227); }

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