Html Css Color HEX #A497DF Wistful

📋 copy color: '#A497DF'

red 164 ◦ green 151 ◦ blue 223

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

Shades of Wistful #A497DF

Tints of Wistful #A497DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 30.48%
G = 28.07%
B = 41.45%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A497DF (or 0xA497DF) is known color: Wistful. HEX triplet: A4, 97 and DF. RGB value is (164,151,223). Sum of RGB (Red+Green+Blue) = 164+151+223=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #A497DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497DF is #5B6820. Grayscale: #A2A2A2. Windows color (decimal): -5990433 or 14653348. OLE color: 14653348.

HSL color Cylindrical-coordinate representation of color #A497DF: hue angle of 250.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A497DF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 151 223 -
CMYK 0.26 0.32 0 0.13
HSL 250.83º 0.53% 0.73% -
HSV(B) 250.83º 0.32% 0.87% -
XYZ 39.7 35.35 74.54 -
YUV 163.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 164 151 223 0.26 0.32 0 0.13 250.83 0.53 0.73
Hex A4 97 DF 1A 20 0 D FB 35 49
Octal 244 227 337 32 40 0 15 373 65 111
Binary 10100100 10010111 11011111 11010 100000 0 1101 11111011 110101 1001001

Color Harmonies of #A497DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497DF

Black with #A497DF

Text Example


Text Example

White with #A497DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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