Html Css Color HEX #A096CD Wistful

📋 copy color: '#A096CD'

red 160 ◦ green 150 ◦ blue 205

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

Shades of Wistful #A096CD

Tints of Wistful #A096CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 31.07%
G = 29.13%
B = 39.81%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A096CD (or 0xA096CD) is known color: Wistful. HEX triplet: A0, 96 and CD. RGB value is (160,150,205). Sum of RGB (Red+Green+Blue) = 160+150+205=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #A096CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096CD is #5F6932. Grayscale: #9F9F9F. Windows color (decimal): -6252851 or 13473440. OLE color: 13473440.

HSL color Cylindrical-coordinate representation of color #A096CD: hue angle of 250.91º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A096CD is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 150 205 -
CMYK 0.22 0.27 0 0.20
HSL 250.91º 0.35% 0.7% -
HSV(B) 250.91º 0.27% 0.8% -
XYZ 36.42 33.69 62.34 -
YUV 159.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 160 150 205 0.22 0.27 0 0.20 250.91 0.35 0.7
Hex A0 96 CD 16 1B 0 14 FB 23 46
Octal 240 226 315 26 33 0 24 373 43 106
Binary 10100000 10010110 11001101 10110 11011 0 10100 11111011 100011 1000110

Color Harmonies of #A096CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A096CD

Black with #A096CD

Text Example


Text Example

White with #A096CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A096CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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