Html Css Color HEX #A497D8 Wistful

📋 copy color: '#A497D8'

red 164 ◦ green 151 ◦ blue 216

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

Shades of Wistful #A497D8

Tints of Wistful #A497D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.68%

R = 30.89%
G = 28.44%
B = 40.68%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A497D8 (or 0xA497D8) is known color: Wistful. HEX triplet: A4, 97 and D8. RGB value is (164,151,216). Sum of RGB (Red+Green+Blue) = 164+151+216=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #A497D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497D8 is #5B6827. Grayscale: #A2A2A2. Windows color (decimal): -5990440 or 14194596. OLE color: 14194596.

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

Color convert

RGB 164 151 216 -
CMYK 0.24 0.30 0 0.15
HSL 252º 0.45% 0.72% -
HSV(B) 252º 0.3% 0.85% -
XYZ 38.77 34.98 69.67 -
YUV 162.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 164 151 216 0.24 0.30 0 0.15 252 0.45 0.72
Hex A4 97 D8 18 1E 0 F FC 2D 48
Octal 244 227 330 30 36 0 17 374 55 110
Binary 10100100 10010111 11011000 11000 11110 0 1111 11111100 101101 1001000

Color Harmonies of #A497D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497D8

Black with #A497D8

Text Example


Text Example

White with #A497D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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