Html Css Color HEX #A095DD Wistful

📋 copy color: '#A095DD'

red 160 ◦ green 149 ◦ blue 221

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

Shades of Wistful #A095DD

Tints of Wistful #A095DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.11%

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 30.19%
G = 28.11%
B = 41.7%

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

#A095DD (or 0xA095DD) is known color: Wistful. HEX triplet: A0, 95 and DD. RGB value is (160,149,221). Sum of RGB (Red+Green+Blue) = 160+149+221=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #A095DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095DD is #5F6A22. Grayscale: #A0A0A0. Windows color (decimal): -6253091 or 14521760. OLE color: 14521760.

HSL color Cylindrical-coordinate representation of color #A095DD: hue angle of 249.17º degrees, saturation: 0.51, 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 #A095DD is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 149 221 -
CMYK 0.28 0.33 0 0.13
HSL 249.17º 0.51% 0.73% -
HSV(B) 249.17º 0.33% 0.87% -
XYZ 38.3 34.19 72.99 -
YUV 160.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 160 149 221 0.28 0.33 0 0.13 249.17 0.51 0.73
Hex A0 95 DD 1C 21 0 D F9 33 49
Octal 240 225 335 34 41 0 15 371 63 111
Binary 10100000 10010101 11011101 11100 100001 0 1101 11111001 110011 1001001

Color Harmonies of #A095DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095DD

Black with #A095DD

Text Example


Text Example

White with #A095DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095DD; }

 p { color: rgb(160,149,221); }

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

background-color css

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

 a { background-color: rgb(160,149,221); }

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

border-color css

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

 span { border-color: rgb(160,149,221); }

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