Html Css Color HEX #A49FCC Wistful

📋 copy color: '#A49FCC'

red 164 ◦ green 159 ◦ blue 204

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

Shades of Wistful #A49FCC

Tints of Wistful #A49FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 31.12%
G = 30.17%
B = 38.71%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A49FCC (or 0xA49FCC) is known color: Wistful. HEX triplet: A4, 9F and CC. RGB value is (164,159,204). Sum of RGB (Red+Green+Blue) = 164+159+204=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #A49FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FCC is #5B6033. Grayscale: #A5A5A5. Windows color (decimal): -5988404 or 13410212. OLE color: 13410212.

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

Color convert

RGB 164 159 204 -
CMYK 0.20 0.22 0 0.2
HSL 246.67º 0.31% 0.71% -
HSV(B) 246.67º 0.22% 0.8% -
XYZ 38.61 37.05 62.24 -
YUV 165.63 149.66 126.84 -
System Red Green Blue C M Y K H S L
Decimal 164 159 204 0.20 0.22 0 0.2 246.67 0.31 0.71
Hex A4 9F CC 14 16 0 14 F7 1F 47
Octal 244 237 314 24 26 0 24 367 37 107
Binary 10100100 10011111 11001100 10100 10110 0 10100 11110111 11111 1000111

Color Harmonies of #A49FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FCC

Black with #A49FCC

Text Example


Text Example

White with #A49FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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