Html Css Color HEX #A59FDB Wistful

📋 copy color: '#A59FDB'

red 165 ◦ green 159 ◦ blue 219

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

Shades of Wistful #A59FDB

Tints of Wistful #A59FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.28%

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

R = 30.39%
G = 29.28%
B = 40.33%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A59FDB (or 0xA59FDB) is known color: Wistful. HEX triplet: A5, 9F and DB. RGB value is (165,159,219). Sum of RGB (Red+Green+Blue) = 165+159+219=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #A59FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FDB is #5A6024. Grayscale: #A7A7A7. Windows color (decimal): -5922853 or 14393253. OLE color: 14393253.

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

Color convert

RGB 165 159 219 -
CMYK 0.25 0.27 0 0.14
HSL 246º 0.45% 0.74% -
HSV(B) 246º 0.27% 0.86% -
XYZ 40.7 37.91 72.19 -
YUV 167.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 165 159 219 0.25 0.27 0 0.14 246 0.45 0.74
Hex A5 9F DB 19 1B 0 E F6 2D 4A
Octal 245 237 333 31 33 0 16 366 55 112
Binary 10100101 10011111 11011011 11001 11011 0 1110 11110110 101101 1001010

Color Harmonies of #A59FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FDB

Black with #A59FDB

Text Example


Text Example

White with #A59FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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