Html Css Color HEX #A497EC Wistful

📋 copy color: '#A497EC'

red 164 ◦ green 151 ◦ blue 236

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

Shades of Wistful #A497EC

Tints of Wistful #A497EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 29.76%
G = 27.4%
B = 42.83%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A497EC (or 0xA497EC) is known color: Wistful. HEX triplet: A4, 97 and EC. RGB value is (164,151,236). Sum of RGB (Red+Green+Blue) = 164+151+236=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #A497EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497EC is #5B6813. Grayscale: #A4A4A4. Windows color (decimal): -5990420 or 15505316. OLE color: 15505316.

HSL color Cylindrical-coordinate representation of color #A497EC: hue angle of 249.18º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A497EC is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 151 236 -
CMYK 0.31 0.36 0 0.07
HSL 249.18º 0.69% 0.76% -
HSV(B) 249.18º 0.36% 0.93% -
XYZ 41.52 36.08 84.13 -
YUV 164.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 164 151 236 0.31 0.36 0 0.07 249.18 0.69 0.76
Hex A4 97 EC 1F 24 0 7 F9 45 4C
Octal 244 227 354 37 44 0 7 371 105 114
Binary 10100100 10010111 11101100 11111 100100 0 111 11111001 1000101 1001100

Color Harmonies of #A497EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497EC

Black with #A497EC

Text Example


Text Example

White with #A497EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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