Html Css Color HEX #A096F8 Wistful

📋 copy color: '#A096F8'

red 160 ◦ green 150 ◦ blue 248

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

Shades of Wistful #A096F8

Tints of Wistful #A096F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.44%

R = 28.67%
G = 26.88%
B = 44.44%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A096F8 (or 0xA096F8) is known color: Wistful. HEX triplet: A0, 96 and F8. RGB value is (160,150,248). Sum of RGB (Red+Green+Blue) = 160+150+248=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #A096F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096F8 is #5F6907. Grayscale: #A3A3A3. Windows color (decimal): -6252808 or 16291488. OLE color: 16291488.

HSL color Cylindrical-coordinate representation of color #A096F8: hue angle of 246.12º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A096F8 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 150 248 -
CMYK 0.35 0.40 0 0.03
HSL 246.12º 0.88% 0.78% -
HSV(B) 246.12º 0.4% 0.97% -
XYZ 42.35 36.06 93.54 -
YUV 164.16 175.31 125.03 -
System Red Green Blue C M Y K H S L
Decimal 160 150 248 0.35 0.40 0 0.03 246.12 0.88 0.78
Hex A0 96 F8 23 28 0 3 F6 58 4E
Octal 240 226 370 43 50 0 3 366 130 116
Binary 10100000 10010110 11111000 100011 101000 0 11 11110110 1011000 1001110

Color Harmonies of #A096F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096F8

Black with #A096F8

Text Example


Text Example

White with #A096F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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