Html Css Color HEX #A097F1 Wistful

📋 copy color: '#A097F1'

red 160 ◦ green 151 ◦ blue 241

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

Shades of Wistful #A097F1

Tints of Wistful #A097F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.66%

R = 28.99%
G = 27.36%
B = 43.66%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A097F1 (or 0xA097F1) is known color: Wistful. HEX triplet: A0, 97 and F1. RGB value is (160,151,241). Sum of RGB (Red+Green+Blue) = 160+151+241=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #A097F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097F1 is #5F680E. Grayscale: #A3A3A3. Windows color (decimal): -6252559 or 15832992. OLE color: 15832992.

HSL color Cylindrical-coordinate representation of color #A097F1: hue angle of 246º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A097F1 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 151 241 -
CMYK 0.34 0.37 0 0.05
HSL 246º 0.76% 0.77% -
HSV(B) 246º 0.37% 0.95% -
XYZ 41.44 35.96 87.98 -
YUV 163.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 160 151 241 0.34 0.37 0 0.05 246 0.76 0.77
Hex A0 97 F1 22 25 0 5 F6 4C 4D
Octal 240 227 361 42 45 0 5 366 114 115
Binary 10100000 10010111 11110001 100010 100101 0 101 11110110 1001100 1001101

Color Harmonies of #A097F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097F1

Black with #A097F1

Text Example


Text Example

White with #A097F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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