Html Css Color HEX #A096C5 Wistful

📋 copy color: '#A096C5'

red 160 ◦ green 150 ◦ blue 197

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

Shades of Wistful #A096C5

Tints of Wistful #A096C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.86%

R = 31.56%
G = 29.59%
B = 38.86%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A096C5 (or 0xA096C5) is known color: Wistful. HEX triplet: A0, 96 and C5. RGB value is (160,150,197). Sum of RGB (Red+Green+Blue) = 160+150+197=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #A096C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096C5 is #5F693A. Grayscale: #9E9E9E. Windows color (decimal): -6252859 or 12949152. OLE color: 12949152.

HSL color Cylindrical-coordinate representation of color #A096C5: hue angle of 252.77º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A096C5 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 150 197 -
CMYK 0.19 0.24 0 0.23
HSL 252.77º 0.29% 0.68% -
HSV(B) 252.77º 0.24% 0.77% -
XYZ 35.48 33.32 57.38 -
YUV 158.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 160 150 197 0.19 0.24 0 0.23 252.77 0.29 0.68
Hex A0 96 C5 13 18 0 17 FD 1D 44
Octal 240 226 305 23 30 0 27 375 35 104
Binary 10100000 10010110 11000101 10011 11000 0 10111 11111101 11101 1000100

Color Harmonies of #A096C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096C5

Black with #A096C5

Text Example


Text Example

White with #A096C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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