Html Css Color HEX #A097FA Wistful

📋 copy color: '#A097FA'

red 160 ◦ green 151 ◦ blue 250

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

Shades of Wistful #A097FA

Tints of Wistful #A097FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 28.52%
G = 26.92%
B = 44.56%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A097FA (or 0xA097FA) is known color: Wistful. HEX triplet: A0, 97 and FA. RGB value is (160,151,250). Sum of RGB (Red+Green+Blue) = 160+151+250=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #A097FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097FA is #5F6805. Grayscale: #A4A4A4. Windows color (decimal): -6252550 or 16422816. OLE color: 16422816.

HSL color Cylindrical-coordinate representation of color #A097FA: hue angle of 245.45º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A097FA is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 151 250 -
CMYK 0.36 0.40 0 0.02
HSL 245.45º 0.91% 0.79% -
HSV(B) 245.45º 0.4% 0.98% -
XYZ 42.82 36.51 95.23 -
YUV 164.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 160 151 250 0.36 0.40 0 0.02 245.45 0.91 0.79
Hex A0 97 FA 24 28 0 2 F5 5B 4F
Octal 240 227 372 44 50 0 2 365 133 117
Binary 10100000 10010111 11111010 100100 101000 0 10 11110101 1011011 1001111

Color Harmonies of #A097FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097FA

Black with #A097FA

Text Example


Text Example

White with #A097FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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