Html Css Color HEX #A096EC Wistful

📋 copy color: '#A096EC'

red 160 ◦ green 150 ◦ blue 236

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

Shades of Wistful #A096EC

Tints of Wistful #A096EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.22%

R = 29.3%
G = 27.47%
B = 43.22%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A096EC (or 0xA096EC) is known color: Wistful. HEX triplet: A0, 96 and EC. RGB value is (160,150,236). Sum of RGB (Red+Green+Blue) = 160+150+236=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #A096EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096EC is #5F6913. Grayscale: #A2A2A2. Windows color (decimal): -6252820 or 15505056. OLE color: 15505056.

HSL color Cylindrical-coordinate representation of color #A096EC: hue angle of 246.98º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A096EC is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 150 236 -
CMYK 0.32 0.36 0 0.07
HSL 246.98º 0.69% 0.76% -
HSV(B) 246.98º 0.36% 0.93% -
XYZ 40.54 35.34 84.04 -
YUV 162.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 160 150 236 0.32 0.36 0 0.07 246.98 0.69 0.76
Hex A0 96 EC 20 24 0 7 F7 45 4C
Octal 240 226 354 40 44 0 7 367 105 114
Binary 10100000 10010110 11101100 100000 100100 0 111 11110111 1000101 1001100

Color Harmonies of #A096EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096EC

Black with #A096EC

Text Example


Text Example

White with #A096EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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