Html Css Color HEX #A497D7 Wistful

📋 copy color: '#A497D7'

red 164 ◦ green 151 ◦ blue 215

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

Shades of Wistful #A497D7

Tints of Wistful #A497D7

RGB

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

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

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

R = 30.94%
G = 28.49%
B = 40.57%

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

#A497D7 (or 0xA497D7) is known color: Wistful. HEX triplet: A4, 97 and D7. RGB value is (164,151,215). Sum of RGB (Red+Green+Blue) = 164+151+215=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #A497D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497D7 is #5B6828. Grayscale: #A1A1A1. Windows color (decimal): -5990441 or 14129060. OLE color: 14129060.

HSL color Cylindrical-coordinate representation of color #A497D7: hue angle of 252.19º degrees, saturation: 0.44, 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 #A497D7 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 151 215 -
CMYK 0.24 0.30 0 0.16
HSL 252.19º 0.44% 0.72% -
HSV(B) 252.19º 0.3% 0.84% -
XYZ 38.64 34.93 69 -
YUV 162.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 164 151 215 0.24 0.30 0 0.16 252.19 0.44 0.72
Hex A4 97 D7 18 1E 0 10 FC 2C 48
Octal 244 227 327 30 36 0 20 374 54 110
Binary 10100100 10010111 11010111 11000 11110 0 10000 11111100 101100 1001000

Color Harmonies of #A497D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497D7

Black with #A497D7

Text Example


Text Example

White with #A497D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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