Html Css Color HEX #A097C1 Wistful

📋 copy color: '#A097C1'

red 160 ◦ green 151 ◦ blue 193

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

Shades of Wistful #A097C1

Tints of Wistful #A097C1

RGB

 RED value IS 160 (62.89% from 255) = 31.75%

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

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 31.75%
G = 29.96%
B = 38.29%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A097C1 (or 0xA097C1) is known color: Wistful. HEX triplet: A0, 97 and C1. RGB value is (160,151,193). Sum of RGB (Red+Green+Blue) = 160+151+193=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #A097C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097C1 is #5F683E. Grayscale: #9E9E9E. Windows color (decimal): -6252607 or 12687264. OLE color: 12687264.

HSL color Cylindrical-coordinate representation of color #A097C1: hue angle of 252.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A097C1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 151 193 -
CMYK 0.17 0.22 0 0.24
HSL 252.86º 0.25% 0.67% -
HSV(B) 252.86º 0.22% 0.76% -
XYZ 35.19 33.46 55.06 -
YUV 158.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 160 151 193 0.17 0.22 0 0.24 252.86 0.25 0.67
Hex A0 97 C1 11 16 0 18 FD 19 43
Octal 240 227 301 21 26 0 30 375 31 103
Binary 10100000 10010111 11000001 10001 10110 0 11000 11111101 11001 1000011

Color Harmonies of #A097C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097C1

Black with #A097C1

Text Example


Text Example

White with #A097C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097C1; }

 p { color: rgb(160,151,193); }

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

background-color css

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

 a { background-color: rgb(160,151,193); }

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

border-color css

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

 span { border-color: rgb(160,151,193); }

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