Html Css Color HEX #A096F6 Wistful

📋 copy color: '#A096F6'

red 160 ◦ green 150 ◦ blue 246

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

Shades of Wistful #A096F6

Tints of Wistful #A096F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 28.78%
G = 26.98%
B = 44.24%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A096F6 (or 0xA096F6) is known color: Wistful. HEX triplet: A0, 96 and F6. RGB value is (160,150,246). Sum of RGB (Red+Green+Blue) = 160+150+246=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #A096F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096F6 is #5F6909. Grayscale: #A3A3A3. Windows color (decimal): -6252810 or 16160416. OLE color: 16160416.

HSL color Cylindrical-coordinate representation of color #A096F6: hue angle of 246.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A096F6 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 150 246 -
CMYK 0.35 0.39 0 0.04
HSL 246.25º 0.84% 0.78% -
HSV(B) 246.25º 0.39% 0.96% -
XYZ 42.04 35.94 91.91 -
YUV 163.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 160 150 246 0.35 0.39 0 0.04 246.25 0.84 0.78
Hex A0 96 F6 23 27 0 4 F6 54 4E
Octal 240 226 366 43 47 0 4 366 124 116
Binary 10100000 10010110 11110110 100011 100111 0 100 11110110 1010100 1001110

Color Harmonies of #A096F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096F6

Black with #A096F6

Text Example


Text Example

White with #A096F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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