Html Css Color HEX #A49BD4 Wistful

📋 copy color: '#A49BD4'

red 164 ◦ green 155 ◦ blue 212

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

Shades of Wistful #A49BD4

Tints of Wistful #A49BD4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.19%

 BLUE value IS 212 (83.2% from 255) = 39.92%

R = 30.89%
G = 29.19%
B = 39.92%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A49BD4 (or 0xA49BD4) is known color: Wistful. HEX triplet: A4, 9B and D4. RGB value is (164,155,212). Sum of RGB (Red+Green+Blue) = 164+155+212=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #A49BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BD4 is #5B642B. Grayscale: #A3A3A3. Windows color (decimal): -5989420 or 13933476. OLE color: 13933476.

HSL color Cylindrical-coordinate representation of color #A49BD4: hue angle of 249.47º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49BD4 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 155 212 -
CMYK 0.23 0.27 0 0.17
HSL 249.47º 0.4% 0.72% -
HSV(B) 249.47º 0.27% 0.83% -
XYZ 38.91 36.09 67.2 -
YUV 164.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 164 155 212 0.23 0.27 0 0.17 249.47 0.4 0.72
Hex A4 9B D4 17 1B 0 11 F9 28 48
Octal 244 233 324 27 33 0 21 371 50 110
Binary 10100100 10011011 11010100 10111 11011 0 10001 11111001 101000 1001000

Color Harmonies of #A49BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BD4

Black with #A49BD4

Text Example


Text Example

White with #A49BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BD4; }

 p { color: rgb(164,155,212); }

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

background-color css

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

 a { background-color: rgb(164,155,212); }

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

border-color css

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

 span { border-color: rgb(164,155,212); }

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