Html Css Color HEX #A49CCF Wistful

📋 copy color: '#A49CCF'

red 164 ◦ green 156 ◦ blue 207

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

Shades of Wistful #A49CCF

Tints of Wistful #A49CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.6%

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

R = 31.12%
G = 29.6%
B = 39.28%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A49CCF (or 0xA49CCF) is known color: Wistful. HEX triplet: A4, 9C and CF. RGB value is (164,156,207). Sum of RGB (Red+Green+Blue) = 164+156+207=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #A49CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CCF is #5B6330. Grayscale: #A4A4A4. Windows color (decimal): -5989169 or 13606052. OLE color: 13606052.

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

Color convert

RGB 164 156 207 -
CMYK 0.21 0.25 0 0.19
HSL 249.41º 0.35% 0.71% -
HSV(B) 249.41º 0.25% 0.81% -
XYZ 38.46 36.17 63.99 -
YUV 164.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 164 156 207 0.21 0.25 0 0.19 249.41 0.35 0.71
Hex A4 9C CF 15 19 0 13 F9 23 47
Octal 244 234 317 25 31 0 23 371 43 107
Binary 10100100 10011100 11001111 10101 11001 0 10011 11111001 100011 1000111

Color Harmonies of #A49CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49CCF

Black with #A49CCF

Text Example


Text Example

White with #A49CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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