Html Css Color HEX #A096E2 Wistful

📋 copy color: '#A096E2'

red 160 ◦ green 150 ◦ blue 226

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

Shades of Wistful #A096E2

Tints of Wistful #A096E2

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.99%

 BLUE value IS 226 (88.67% from 255) = 42.16%

R = 29.85%
G = 27.99%
B = 42.16%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A096E2 (or 0xA096E2) is known color: Wistful. HEX triplet: A0, 96 and E2. RGB value is (160,150,226). Sum of RGB (Red+Green+Blue) = 160+150+226=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #A096E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096E2 is #5F691D. Grayscale: #A1A1A1. Windows color (decimal): -6252830 or 14849696. OLE color: 14849696.

HSL color Cylindrical-coordinate representation of color #A096E2: hue angle of 247.89º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A096E2 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 150 226 -
CMYK 0.29 0.34 0 0.11
HSL 247.89º 0.57% 0.74% -
HSV(B) 247.89º 0.34% 0.89% -
XYZ 39.13 34.78 76.6 -
YUV 161.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 160 150 226 0.29 0.34 0 0.11 247.89 0.57 0.74
Hex A0 96 E2 1D 22 0 B F8 39 4A
Octal 240 226 342 35 42 0 13 370 71 112
Binary 10100000 10010110 11100010 11101 100010 0 1011 11111000 111001 1001010

Color Harmonies of #A096E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096E2

Black with #A096E2

Text Example


Text Example

White with #A096E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096E2; }

 p { color: rgb(160,150,226); }

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

background-color css

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

 a { background-color: rgb(160,150,226); }

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

border-color css

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

 span { border-color: rgb(160,150,226); }

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