Html Css Color HEX #A59ADB Wistful

📋 copy color: '#A59ADB'

red 165 ◦ green 154 ◦ blue 219

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

Shades of Wistful #A59ADB

Tints of Wistful #A59ADB

RGB

 RED value IS 165 (64.84% from 255) = 30.67%

 GREEN value IS 154 (60.55% from 255) = 28.62%

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

R = 30.67%
G = 28.62%
B = 40.71%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A59ADB (or 0xA59ADB) is known color: Wistful. HEX triplet: A5, 9A and DB. RGB value is (165,154,219). Sum of RGB (Red+Green+Blue) = 165+154+219=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #A59ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ADB is #5A6524. Grayscale: #A4A4A4. Windows color (decimal): -5924133 or 14391973. OLE color: 14391973.

HSL color Cylindrical-coordinate representation of color #A59ADB: hue angle of 250.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A59ADB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 154 219 -
CMYK 0.25 0.30 0 0.14
HSL 250.15º 0.47% 0.73% -
HSV(B) 250.15º 0.3% 0.86% -
XYZ 39.86 36.23 71.91 -
YUV 164.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 165 154 219 0.25 0.30 0 0.14 250.15 0.47 0.73
Hex A5 9A DB 19 1E 0 E FA 2F 49
Octal 245 232 333 31 36 0 16 372 57 111
Binary 10100101 10011010 11011011 11001 11110 0 1110 11111010 101111 1001001

Color Harmonies of #A59ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59ADB

Black with #A59ADB

Text Example


Text Example

White with #A59ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59ADB; }

 p { color: rgb(165,154,219); }

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

background-color css

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

 a { background-color: rgb(165,154,219); }

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

border-color css

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

 span { border-color: rgb(165,154,219); }

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