Html Css Color HEX #A097EE Wistful

📋 copy color: '#A097EE'

red 160 ◦ green 151 ◦ blue 238

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

Shades of Wistful #A097EE

Tints of Wistful #A097EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.35%

R = 29.14%
G = 27.5%
B = 43.35%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A097EE (or 0xA097EE) is known color: Wistful. HEX triplet: A0, 97 and EE. RGB value is (160,151,238). Sum of RGB (Red+Green+Blue) = 160+151+238=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #A097EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097EE is #5F6811. Grayscale: #A3A3A3. Windows color (decimal): -6252562 or 15636384. OLE color: 15636384.

HSL color Cylindrical-coordinate representation of color #A097EE: hue angle of 246.21º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A097EE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 151 238 -
CMYK 0.33 0.37 0 0.07
HSL 246.21º 0.72% 0.76% -
HSV(B) 246.21º 0.37% 0.93% -
XYZ 41 35.78 85.63 -
YUV 163.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 160 151 238 0.33 0.37 0 0.07 246.21 0.72 0.76
Hex A0 97 EE 21 25 0 7 F6 48 4C
Octal 240 227 356 41 45 0 7 366 110 114
Binary 10100000 10010111 11101110 100001 100101 0 111 11110110 1001000 1001100

Color Harmonies of #A097EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097EE

Black with #A097EE

Text Example


Text Example

White with #A097EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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