Html Css Color HEX #A097E6 Wistful

📋 copy color: '#A097E6'

red 160 ◦ green 151 ◦ blue 230

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

Shades of Wistful #A097E6

Tints of Wistful #A097E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.51%

R = 29.57%
G = 27.91%
B = 42.51%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A097E6 (or 0xA097E6) is known color: Wistful. HEX triplet: A0, 97 and E6. RGB value is (160,151,230). Sum of RGB (Red+Green+Blue) = 160+151+230=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #A097E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097E6 is #5F6819. Grayscale: #A2A2A2. Windows color (decimal): -6252570 or 15112096. OLE color: 15112096.

HSL color Cylindrical-coordinate representation of color #A097E6: hue angle of 246.84º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A097E6 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 151 230 -
CMYK 0.30 0.34 0 0.10
HSL 246.84º 0.61% 0.75% -
HSV(B) 246.84º 0.34% 0.9% -
XYZ 39.85 35.32 79.58 -
YUV 162.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 160 151 230 0.30 0.34 0 0.10 246.84 0.61 0.75
Hex A0 97 E6 1E 22 0 A F7 3D 4B
Octal 240 227 346 36 42 0 12 367 75 113
Binary 10100000 10010111 11100110 11110 100010 0 1010 11110111 111101 1001011

Color Harmonies of #A097E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097E6

Black with #A097E6

Text Example


Text Example

White with #A097E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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