Html Css Color HEX #A49FCD Wistful

📋 copy color: '#A49FCD'

red 164 ◦ green 159 ◦ blue 205

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

Shades of Wistful #A49FCD

Tints of Wistful #A49FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 31.06%
G = 30.11%
B = 38.83%

CMYK

 C value IS 0.2

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A49FCD (or 0xA49FCD) is known color: Wistful. HEX triplet: A4, 9F and CD. RGB value is (164,159,205). Sum of RGB (Red+Green+Blue) = 164+159+205=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #A49FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FCD is #5B6032. Grayscale: #A5A5A5. Windows color (decimal): -5988403 or 13475748. OLE color: 13475748.

HSL color Cylindrical-coordinate representation of color #A49FCD: hue angle of 246.52º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A49FCD is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 159 205 -
CMYK 0.2 0.22 0 0.20
HSL 246.52º 0.32% 0.71% -
HSV(B) 246.52º 0.22% 0.8% -
XYZ 38.73 37.1 62.88 -
YUV 165.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 164 159 205 0.2 0.22 0 0.20 246.52 0.32 0.71
Hex A4 9F CD 14 16 0 14 F7 20 47
Octal 244 237 315 24 26 0 24 367 40 107
Binary 10100100 10011111 11001101 10100 10110 0 10100 11110111 100000 1000111

Color Harmonies of #A49FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FCD

Black with #A49FCD

Text Example


Text Example

White with #A49FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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