Html Css Color HEX #A49FE4 Wistful

📋 copy color: '#A49FE4'

red 164 ◦ green 159 ◦ blue 228

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

Shades of Wistful #A49FE4

Tints of Wistful #A49FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.38%

R = 29.76%
G = 28.86%
B = 41.38%

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

#A49FE4 (or 0xA49FE4) is known color: Wistful. HEX triplet: A4, 9F and E4. RGB value is (164,159,228). Sum of RGB (Red+Green+Blue) = 164+159+228=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #A49FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FE4 is #5B601B. Grayscale: #A8A8A8. Windows color (decimal): -5988380 or 14983076. OLE color: 14983076.

HSL color Cylindrical-coordinate representation of color #A49FE4: hue angle of 244.35º degrees, saturation: 0.56, 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 #A49FE4 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 159 228 -
CMYK 0.28 0.30 0 0.11
HSL 244.35º 0.56% 0.76% -
HSV(B) 244.35º 0.3% 0.89% -
XYZ 41.71 38.29 78.59 -
YUV 168.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 164 159 228 0.28 0.30 0 0.11 244.35 0.56 0.76
Hex A4 9F E4 1C 1E 0 B F4 38 4C
Octal 244 237 344 34 36 0 13 364 70 114
Binary 10100100 10011111 11100100 11100 11110 0 1011 11110100 111000 1001100

Color Harmonies of #A49FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FE4

Black with #A49FE4

Text Example


Text Example

White with #A49FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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