Html Css Color HEX #A49CDA Wistful

📋 copy color: '#A49CDA'

red 164 ◦ green 156 ◦ blue 218

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

Shades of Wistful #A49CDA

Tints of Wistful #A49CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 30.48%
G = 29%
B = 40.52%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A49CDA (or 0xA49CDA) is known color: Wistful. HEX triplet: A4, 9C and DA. RGB value is (164,156,218). Sum of RGB (Red+Green+Blue) = 164+156+218=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #A49CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CDA is #5B6325. Grayscale: #A5A5A5. Windows color (decimal): -5989158 or 14326948. OLE color: 14326948.

HSL color Cylindrical-coordinate representation of color #A49CDA: hue angle of 247.74º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49CDA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 156 218 -
CMYK 0.25 0.28 0 0.15
HSL 247.74º 0.46% 0.73% -
HSV(B) 247.74º 0.28% 0.85% -
XYZ 39.85 36.73 71.32 -
YUV 165.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 164 156 218 0.25 0.28 0 0.15 247.74 0.46 0.73
Hex A4 9C DA 19 1C 0 F F8 2E 49
Octal 244 234 332 31 34 0 17 370 56 111
Binary 10100100 10011100 11011010 11001 11100 0 1111 11111000 101110 1001001

Color Harmonies of #A49CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49CDA

Black with #A49CDA

Text Example


Text Example

White with #A49CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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