Html Css Color HEX #A497DE Wistful

📋 copy color: '#A497DE'

red 164 ◦ green 151 ◦ blue 222

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

Shades of Wistful #A497DE

Tints of Wistful #A497DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 30.54%
G = 28.12%
B = 41.34%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A497DE (or 0xA497DE) is known color: Wistful. HEX triplet: A4, 97 and DE. RGB value is (164,151,222). Sum of RGB (Red+Green+Blue) = 164+151+222=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #A497DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497DE is #5B6821. Grayscale: #A2A2A2. Windows color (decimal): -5990434 or 14587812. OLE color: 14587812.

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

Color convert

RGB 164 151 222 -
CMYK 0.26 0.32 0 0.13
HSL 250.99º 0.52% 0.73% -
HSV(B) 250.99º 0.32% 0.87% -
XYZ 39.56 35.3 73.84 -
YUV 162.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 164 151 222 0.26 0.32 0 0.13 250.99 0.52 0.73
Hex A4 97 DE 1A 20 0 D FB 34 49
Octal 244 227 336 32 40 0 15 373 64 111
Binary 10100100 10010111 11011110 11010 100000 0 1101 11111011 110100 1001001

Color Harmonies of #A497DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497DE

Black with #A497DE

Text Example


Text Example

White with #A497DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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