Html Css Color HEX #A49DDE Wistful

📋 copy color: '#A49DDE'

red 164 ◦ green 157 ◦ blue 222

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

Shades of Wistful #A49DDE

Tints of Wistful #A49DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.91%

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

R = 30.2%
G = 28.91%
B = 40.88%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A49DDE (or 0xA49DDE) is known color: Wistful. HEX triplet: A4, 9D and DE. RGB value is (164,157,222). Sum of RGB (Red+Green+Blue) = 164+157+222=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #A49DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DDE is #5B6221. Grayscale: #A6A6A6. Windows color (decimal): -5988898 or 14589348. OLE color: 14589348.

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

Color convert

RGB 164 157 222 -
CMYK 0.26 0.29 0 0.13
HSL 246.46º 0.5% 0.74% -
HSV(B) 246.46º 0.29% 0.87% -
XYZ 40.55 37.28 74.17 -
YUV 166.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 164 157 222 0.26 0.29 0 0.13 246.46 0.5 0.74
Hex A4 9D DE 1A 1D 0 D F6 32 4A
Octal 244 235 336 32 35 0 15 366 62 112
Binary 10100100 10011101 11011110 11010 11101 0 1101 11110110 110010 1001010

Color Harmonies of #A49DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DDE

Black with #A49DDE

Text Example


Text Example

White with #A49DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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