Html Css Color HEX #A49FCF Wistful

📋 copy color: '#A49FCF'

red 164 ◦ green 159 ◦ blue 207

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

Shades of Wistful #A49FCF

Tints of Wistful #A49FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 30.94%
G = 30%
B = 39.06%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A49FCF (or 0xA49FCF) is known color: Wistful. HEX triplet: A4, 9F and CF. RGB value is (164,159,207). Sum of RGB (Red+Green+Blue) = 164+159+207=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #A49FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FCF is #5B6030. Grayscale: #A5A5A5. Windows color (decimal): -5988401 or 13606820. OLE color: 13606820.

HSL color Cylindrical-coordinate representation of color #A49FCF: hue angle of 246.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A49FCF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 159 207 -
CMYK 0.21 0.23 0 0.19
HSL 246.25º 0.33% 0.72% -
HSV(B) 246.25º 0.23% 0.81% -
XYZ 38.97 37.19 64.16 -
YUV 165.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 164 159 207 0.21 0.23 0 0.19 246.25 0.33 0.72
Hex A4 9F CF 15 17 0 13 F6 21 48
Octal 244 237 317 25 27 0 23 366 41 110
Binary 10100100 10011111 11001111 10101 10111 0 10011 11110110 100001 1001000

Color Harmonies of #A49FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FCF

Black with #A49FCF

Text Example


Text Example

White with #A49FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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