Html Css Color HEX #A49FE0 Wistful

📋 copy color: '#A49FE0'

red 164 ◦ green 159 ◦ blue 224

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

Shades of Wistful #A49FE0

Tints of Wistful #A49FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.95%

R = 29.98%
G = 29.07%
B = 40.95%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A49FE0 (or 0xA49FE0) is known color: Wistful. HEX triplet: A4, 9F and E0. RGB value is (164,159,224). Sum of RGB (Red+Green+Blue) = 164+159+224=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #A49FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FE0 is #5B601F. Grayscale: #A7A7A7. Windows color (decimal): -5988384 or 14720932. OLE color: 14720932.

HSL color Cylindrical-coordinate representation of color #A49FE0: hue angle of 244.62º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A49FE0 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 159 224 -
CMYK 0.27 0.29 0 0.12
HSL 244.62º 0.51% 0.75% -
HSV(B) 244.62º 0.29% 0.88% -
XYZ 41.16 38.07 75.7 -
YUV 167.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 164 159 224 0.27 0.29 0 0.12 244.62 0.51 0.75
Hex A4 9F E0 1B 1D 0 C F5 33 4B
Octal 244 237 340 33 35 0 14 365 63 113
Binary 10100100 10011111 11100000 11011 11101 0 1100 11110101 110011 1001011

Color Harmonies of #A49FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FE0

Black with #A49FE0

Text Example


Text Example

White with #A49FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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