Html Css Color HEX #A497DB Wistful

📋 copy color: '#A497DB'

red 164 ◦ green 151 ◦ blue 219

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

Shades of Wistful #A497DB

Tints of Wistful #A497DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.28%

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

R = 30.71%
G = 28.28%
B = 41.01%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A497DB (or 0xA497DB) is known color: Wistful. HEX triplet: A4, 97 and DB. RGB value is (164,151,219). Sum of RGB (Red+Green+Blue) = 164+151+219=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A497DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497DB is #5B6824. Grayscale: #A2A2A2. Windows color (decimal): -5990437 or 14391204. OLE color: 14391204.

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

Color convert

RGB 164 151 219 -
CMYK 0.25 0.31 0 0.14
HSL 251.47º 0.49% 0.73% -
HSV(B) 251.47º 0.31% 0.86% -
XYZ 39.16 35.14 71.74 -
YUV 162.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 164 151 219 0.25 0.31 0 0.14 251.47 0.49 0.73
Hex A4 97 DB 19 1F 0 E FB 31 49
Octal 244 227 333 31 37 0 16 373 61 111
Binary 10100100 10010111 11011011 11001 11111 0 1110 11111011 110001 1001001

Color Harmonies of #A497DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497DB

Black with #A497DB

Text Example


Text Example

White with #A497DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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