Html Css Color HEX #A096DF Wistful

📋 copy color: '#A096DF'

red 160 ◦ green 150 ◦ blue 223

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

Shades of Wistful #A096DF

Tints of Wistful #A096DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 30.02%
G = 28.14%
B = 41.84%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A096DF (or 0xA096DF) is known color: Wistful. HEX triplet: A0, 96 and DF. RGB value is (160,150,223). Sum of RGB (Red+Green+Blue) = 160+150+223=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #A096DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096DF is #5F6920. Grayscale: #A1A1A1. Windows color (decimal): -6252833 or 14653088. OLE color: 14653088.

HSL color Cylindrical-coordinate representation of color #A096DF: hue angle of 248.22º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A096DF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 150 223 -
CMYK 0.28 0.33 0 0.13
HSL 248.22º 0.53% 0.73% -
HSV(B) 248.22º 0.33% 0.87% -
XYZ 38.72 34.61 74.45 -
YUV 161.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 160 150 223 0.28 0.33 0 0.13 248.22 0.53 0.73
Hex A0 96 DF 1C 21 0 D F8 35 49
Octal 240 226 337 34 41 0 15 370 65 111
Binary 10100000 10010110 11011111 11100 100001 0 1101 11111000 110101 1001001

Color Harmonies of #A096DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096DF

Black with #A096DF

Text Example


Text Example

White with #A096DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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