Html Css Color HEX #A497E4 Wistful

📋 copy color: '#A497E4'

red 164 ◦ green 151 ◦ blue 228

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

Shades of Wistful #A497E4

Tints of Wistful #A497E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.99%

R = 30.2%
G = 27.81%
B = 41.99%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A497E4 (or 0xA497E4) is known color: Wistful. HEX triplet: A4, 97 and E4. RGB value is (164,151,228). Sum of RGB (Red+Green+Blue) = 164+151+228=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #A497E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497E4 is #5B681B. Grayscale: #A3A3A3. Windows color (decimal): -5990428 or 14981028. OLE color: 14981028.

HSL color Cylindrical-coordinate representation of color #A497E4: hue angle of 250.13º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A497E4 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 151 228 -
CMYK 0.28 0.34 0 0.11
HSL 250.13º 0.59% 0.74% -
HSV(B) 250.13º 0.34% 0.89% -
XYZ 40.38 35.63 78.15 -
YUV 163.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 164 151 228 0.28 0.34 0 0.11 250.13 0.59 0.74
Hex A4 97 E4 1C 22 0 B FA 3B 4A
Octal 244 227 344 34 42 0 13 372 73 112
Binary 10100100 10010111 11100100 11100 100010 0 1011 11111010 111011 1001010

Color Harmonies of #A497E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497E4

Black with #A497E4

Text Example


Text Example

White with #A497E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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