Html Css Color HEX #A096F0 Wistful

📋 copy color: '#A096F0'

red 160 ◦ green 150 ◦ blue 240

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

Shades of Wistful #A096F0

Tints of Wistful #A096F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.64%

R = 29.09%
G = 27.27%
B = 43.64%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A096F0 (or 0xA096F0) is known color: Wistful. HEX triplet: A0, 96 and F0. RGB value is (160,150,240). Sum of RGB (Red+Green+Blue) = 160+150+240=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #A096F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096F0 is #5F690F. Grayscale: #A2A2A2. Windows color (decimal): -6252816 or 15767200. OLE color: 15767200.

HSL color Cylindrical-coordinate representation of color #A096F0: hue angle of 246.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A096F0 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 150 240 -
CMYK 0.33 0.37 0 0.06
HSL 246.67º 0.75% 0.76% -
HSV(B) 246.67º 0.38% 0.94% -
XYZ 41.13 35.58 87.14 -
YUV 163.25 171.31 125.68 -
System Red Green Blue C M Y K H S L
Decimal 160 150 240 0.33 0.37 0 0.06 246.67 0.75 0.76
Hex A0 96 F0 21 25 0 6 F7 4B 4C
Octal 240 226 360 41 45 0 6 367 113 114
Binary 10100000 10010110 11110000 100001 100101 0 110 11110111 1001011 1001100

Color Harmonies of #A096F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096F0

Black with #A096F0

Text Example


Text Example

White with #A096F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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