Html Css Color HEX #A49FDF Wistful

📋 copy color: '#A49FDF'

red 164 ◦ green 159 ◦ blue 223

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

Shades of Wistful #A49FDF

Tints of Wistful #A49FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 30.04%
G = 29.12%
B = 40.84%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A49FDF (or 0xA49FDF) is known color: Wistful. HEX triplet: A4, 9F and DF. RGB value is (164,159,223). Sum of RGB (Red+Green+Blue) = 164+159+223=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #A49FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FDF is #5B6020. Grayscale: #A7A7A7. Windows color (decimal): -5988385 or 14655396. OLE color: 14655396.

HSL color Cylindrical-coordinate representation of color #A49FDF: hue angle of 244.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A49FDF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 159 223 -
CMYK 0.26 0.29 0 0.13
HSL 244.69º 0.5% 0.75% -
HSV(B) 244.69º 0.29% 0.87% -
XYZ 41.03 38.02 74.99 -
YUV 167.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 164 159 223 0.26 0.29 0 0.13 244.69 0.5 0.75
Hex A4 9F DF 1A 1D 0 D F5 32 4B
Octal 244 237 337 32 35 0 15 365 62 113
Binary 10100100 10011111 11011111 11010 11101 0 1101 11110101 110010 1001011

Color Harmonies of #A49FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FDF

Black with #A49FDF

Text Example


Text Example

White with #A49FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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