Html Css Color HEX #A497EA Wistful

📋 copy color: '#A497EA'

red 164 ◦ green 151 ◦ blue 234

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

Shades of Wistful #A497EA

Tints of Wistful #A497EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 29.87%
G = 27.5%
B = 42.62%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A497EA (or 0xA497EA) is known color: Wistful. HEX triplet: A4, 97 and EA. RGB value is (164,151,234). Sum of RGB (Red+Green+Blue) = 164+151+234=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #A497EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497EA is #5B6815. Grayscale: #A4A4A4. Windows color (decimal): -5990422 or 15374244. OLE color: 15374244.

HSL color Cylindrical-coordinate representation of color #A497EA: hue angle of 249.4º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A497EA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 151 234 -
CMYK 0.30 0.35 0 0.08
HSL 249.4º 0.66% 0.75% -
HSV(B) 249.4º 0.35% 0.92% -
XYZ 41.23 35.97 82.61 -
YUV 164.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 164 151 234 0.30 0.35 0 0.08 249.4 0.66 0.75
Hex A4 97 EA 1E 23 0 8 F9 42 4B
Octal 244 227 352 36 43 0 10 371 102 113
Binary 10100100 10010111 11101010 11110 100011 0 1000 11111001 1000010 1001011

Color Harmonies of #A497EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497EA

Black with #A497EA

Text Example


Text Example

White with #A497EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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