Html Css Color HEX #A49FCB Wistful

📋 copy color: '#A49FCB'

red 164 ◦ green 159 ◦ blue 203

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

Shades of Wistful #A49FCB

Tints of Wistful #A49FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 31.18%
G = 30.23%
B = 38.59%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A49FCB (or 0xA49FCB) is known color: Wistful. HEX triplet: A4, 9F and CB. RGB value is (164,159,203). Sum of RGB (Red+Green+Blue) = 164+159+203=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #A49FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FCB is #5B6034. Grayscale: #A5A5A5. Windows color (decimal): -5988405 or 13344676. OLE color: 13344676.

HSL color Cylindrical-coordinate representation of color #A49FCB: hue angle of 246.82º degrees, saturation: 0.3, 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 #A49FCB is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 159 203 -
CMYK 0.19 0.22 0 0.20
HSL 246.82º 0.3% 0.71% -
HSV(B) 246.82º 0.22% 0.8% -
XYZ 38.49 37 61.61 -
YUV 165.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 164 159 203 0.19 0.22 0 0.20 246.82 0.3 0.71
Hex A4 9F CB 13 16 0 14 F7 1E 47
Octal 244 237 313 23 26 0 24 367 36 107
Binary 10100100 10011111 11001011 10011 10110 0 10100 11110111 11110 1000111

Color Harmonies of #A49FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FCB

Black with #A49FCB

Text Example


Text Example

White with #A49FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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