Html Css Color HEX #A497CC Wistful

📋 copy color: '#A497CC'

red 164 ◦ green 151 ◦ blue 204

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

Shades of Wistful #A497CC

Tints of Wistful #A497CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 31.6%
G = 29.09%
B = 39.31%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A497CC (or 0xA497CC) is known color: Wistful. HEX triplet: A4, 97 and CC. RGB value is (164,151,204). Sum of RGB (Red+Green+Blue) = 164+151+204=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A497CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497CC is #5B6833. Grayscale: #A0A0A0. Windows color (decimal): -5990452 or 13408164. OLE color: 13408164.

HSL color Cylindrical-coordinate representation of color #A497CC: hue angle of 254.72º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A497CC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 151 204 -
CMYK 0.20 0.26 0 0.2
HSL 254.72º 0.34% 0.7% -
HSV(B) 254.72º 0.26% 0.8% -
XYZ 37.28 34.39 61.8 -
YUV 160.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 164 151 204 0.20 0.26 0 0.2 254.72 0.34 0.7
Hex A4 97 CC 14 1A 0 14 FF 22 46
Octal 244 227 314 24 32 0 24 377 42 106
Binary 10100100 10010111 11001100 10100 11010 0 10100 11111111 100010 1000110

Color Harmonies of #A497CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497CC

Black with #A497CC

Text Example


Text Example

White with #A497CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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