Html Css Color HEX #A496DF Wistful

📋 copy color: '#A496DF'

red 164 ◦ green 150 ◦ blue 223

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

Shades of Wistful #A496DF

Tints of Wistful #A496DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 30.54%
G = 27.93%
B = 41.53%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A496DF (or 0xA496DF) is known color: Wistful. HEX triplet: A4, 96 and DF. RGB value is (164,150,223). Sum of RGB (Red+Green+Blue) = 164+150+223=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #A496DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496DF is #5B6920. Grayscale: #A2A2A2. Windows color (decimal): -5990689 or 14653092. OLE color: 14653092.

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

Color convert

RGB 164 150 223 -
CMYK 0.26 0.33 0 0.13
HSL 251.51º 0.53% 0.73% -
HSV(B) 251.51º 0.33% 0.87% -
XYZ 39.54 35.03 74.49 -
YUV 162.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 164 150 223 0.26 0.33 0 0.13 251.51 0.53 0.73
Hex A4 96 DF 1A 21 0 D FC 35 49
Octal 244 226 337 32 41 0 15 374 65 111
Binary 10100100 10010110 11011111 11010 100001 0 1101 11111100 110101 1001001

Color Harmonies of #A496DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496DF

Black with #A496DF

Text Example


Text Example

White with #A496DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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