Html Css Color HEX #A497E7 Wistful

📋 copy color: '#A497E7'

red 164 ◦ green 151 ◦ blue 231

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

Shades of Wistful #A497E7

Tints of Wistful #A497E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.31%

R = 30.04%
G = 27.66%
B = 42.31%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A497E7 (or 0xA497E7) is known color: Wistful. HEX triplet: A4, 97 and E7. RGB value is (164,151,231). Sum of RGB (Red+Green+Blue) = 164+151+231=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 231 - color contains mainly: blue. Hex color #A497E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497E7 is #5B6818. Grayscale: #A3A3A3. Windows color (decimal): -5990425 or 15177636. OLE color: 15177636.

HSL color Cylindrical-coordinate representation of color #A497E7: hue angle of 249.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A497E7 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 151 231 -
CMYK 0.29 0.35 0 0.09
HSL 249.75º 0.63% 0.75% -
HSV(B) 249.75º 0.35% 0.91% -
XYZ 40.8 35.8 80.36 -
YUV 164.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 164 151 231 0.29 0.35 0 0.09 249.75 0.63 0.75
Hex A4 97 E7 1D 23 0 9 FA 3E 4B
Octal 244 227 347 35 43 0 11 372 76 113
Binary 10100100 10010111 11100111 11101 100011 0 1001 11111010 111110 1001011

Color Harmonies of #A497E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497E7

Black with #A497E7

Text Example


Text Example

White with #A497E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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