Html Css Color HEX #A096F9 Wistful

📋 copy color: '#A096F9'

red 160 ◦ green 150 ◦ blue 249

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

Shades of Wistful #A096F9

Tints of Wistful #A096F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 28.62%
G = 26.83%
B = 44.54%

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

#A096F9 (or 0xA096F9) is known color: Wistful. HEX triplet: A0, 96 and F9. RGB value is (160,150,249). Sum of RGB (Red+Green+Blue) = 160+150+249=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #A096F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096F9 is #5F6906. Grayscale: #A3A3A3. Windows color (decimal): -6252807 or 16357024. OLE color: 16357024.

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

Color convert

RGB 160 150 249 -
CMYK 0.36 0.40 0 0.02
HSL 246.06º 0.89% 0.78% -
HSV(B) 246.06º 0.4% 0.98% -
XYZ 42.5 36.13 94.36 -
YUV 164.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 160 150 249 0.36 0.40 0 0.02 246.06 0.89 0.78
Hex A0 96 F9 24 28 0 2 F6 59 4E
Octal 240 226 371 44 50 0 2 366 131 116
Binary 10100000 10010110 11111001 100100 101000 0 10 11110110 1011001 1001110

Color Harmonies of #A096F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096F9

Black with #A096F9

Text Example


Text Example

White with #A096F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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