Html Css Color HEX #A095DB Wistful

📋 copy color: '#A095DB'

red 160 ◦ green 149 ◦ blue 219

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

Shades of Wistful #A095DB

Tints of Wistful #A095DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 30.3%
G = 28.22%
B = 41.48%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A095DB (or 0xA095DB) is known color: Wistful. HEX triplet: A0, 95 and DB. RGB value is (160,149,219). Sum of RGB (Red+Green+Blue) = 160+149+219=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A095DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A095DB is #5F6A24. Grayscale: #A0A0A0. Windows color (decimal): -6253093 or 14390688. OLE color: 14390688.

HSL color Cylindrical-coordinate representation of color #A095DB: hue angle of 249.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A095DB is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 149 219 -
CMYK 0.27 0.32 0 0.14
HSL 249.43º 0.49% 0.72% -
HSV(B) 249.43º 0.32% 0.86% -
XYZ 38.03 34.08 71.59 -
YUV 160.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 160 149 219 0.27 0.32 0 0.14 249.43 0.49 0.72
Hex A0 95 DB 1B 20 0 E F9 31 48
Octal 240 225 333 33 40 0 16 371 61 110
Binary 10100000 10010101 11011011 11011 100000 0 1110 11111001 110001 1001000

Color Harmonies of #A095DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A095DB

Black with #A095DB

Text Example


Text Example

White with #A095DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A095DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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