Html Css Color HEX #A49CDE Wistful

📋 copy color: '#A49CDE'

red 164 ◦ green 156 ◦ blue 222

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

Shades of Wistful #A49CDE

Tints of Wistful #A49CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 30.26%
G = 28.78%
B = 40.96%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A49CDE (or 0xA49CDE) is known color: Wistful. HEX triplet: A4, 9C and DE. RGB value is (164,156,222). Sum of RGB (Red+Green+Blue) = 164+156+222=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #A49CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CDE is #5B6321. Grayscale: #A5A5A5. Windows color (decimal): -5989154 or 14589092. OLE color: 14589092.

HSL color Cylindrical-coordinate representation of color #A49CDE: hue angle of 247.27º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49CDE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 156 222 -
CMYK 0.26 0.30 0 0.13
HSL 247.27º 0.5% 0.74% -
HSV(B) 247.27º 0.3% 0.87% -
XYZ 40.38 36.94 74.11 -
YUV 165.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 164 156 222 0.26 0.30 0 0.13 247.27 0.5 0.74
Hex A4 9C DE 1A 1E 0 D F7 32 4A
Octal 244 234 336 32 36 0 15 367 62 112
Binary 10100100 10011100 11011110 11010 11110 0 1101 11110111 110010 1001010

Color Harmonies of #A49CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49CDE

Black with #A49CDE

Text Example


Text Example

White with #A49CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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