Html Css Color HEX #A496DB Wistful

📋 copy color: '#A496DB'

red 164 ◦ green 150 ◦ blue 219

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

Shades of Wistful #A496DB

Tints of Wistful #A496DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 30.77%
G = 28.14%
B = 41.09%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A496DB (or 0xA496DB) is known color: Wistful. HEX triplet: A4, 96 and DB. RGB value is (164,150,219). Sum of RGB (Red+Green+Blue) = 164+150+219=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #A496DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496DB is #5B6924. Grayscale: #A1A1A1. Windows color (decimal): -5990693 or 14390948. OLE color: 14390948.

HSL color Cylindrical-coordinate representation of color #A496DB: hue angle of 252.17º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A496DB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 150 219 -
CMYK 0.25 0.32 0 0.14
HSL 252.17º 0.49% 0.72% -
HSV(B) 252.17º 0.32% 0.86% -
XYZ 39 34.82 71.68 -
YUV 162.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 164 150 219 0.25 0.32 0 0.14 252.17 0.49 0.72
Hex A4 96 DB 19 20 0 E FC 31 48
Octal 244 226 333 31 40 0 16 374 61 110
Binary 10100100 10010110 11011011 11001 100000 0 1110 11111100 110001 1001000

Color Harmonies of #A496DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496DB

Black with #A496DB

Text Example


Text Example

White with #A496DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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