Html Css Color HEX #A496D7 Wistful

📋 copy color: '#A496D7'

red 164 ◦ green 150 ◦ blue 215

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

Shades of Wistful #A496D7

Tints of Wistful #A496D7

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.36%

 BLUE value IS 215 (84.38% from 255) = 40.64%

R = 31%
G = 28.36%
B = 40.64%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A496D7 (or 0xA496D7) is known color: Wistful. HEX triplet: A4, 96 and D7. RGB value is (164,150,215). Sum of RGB (Red+Green+Blue) = 164+150+215=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #A496D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496D7 is #5B6928. Grayscale: #A1A1A1. Windows color (decimal): -5990697 or 14128804. OLE color: 14128804.

HSL color Cylindrical-coordinate representation of color #A496D7: hue angle of 252.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A496D7 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 150 215 -
CMYK 0.24 0.30 0 0.16
HSL 252.92º 0.45% 0.72% -
HSV(B) 252.92º 0.3% 0.84% -
XYZ 38.48 34.61 68.94 -
YUV 161.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 164 150 215 0.24 0.30 0 0.16 252.92 0.45 0.72
Hex A4 96 D7 18 1E 0 10 FD 2D 48
Octal 244 226 327 30 36 0 20 375 55 110
Binary 10100100 10010110 11010111 11000 11110 0 10000 11111101 101101 1001000

Color Harmonies of #A496D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496D7

Black with #A496D7

Text Example


Text Example

White with #A496D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496D7; }

 p { color: rgb(164,150,215); }

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

background-color css

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

 a { background-color: rgb(164,150,215); }

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

border-color css

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

 span { border-color: rgb(164,150,215); }

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