Html Css Color HEX #A59EDB Wistful

📋 copy color: '#A59EDB'

red 165 ◦ green 158 ◦ blue 219

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

Shades of Wistful #A59EDB

Tints of Wistful #A59EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.15%

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

R = 30.44%
G = 29.15%
B = 40.41%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A59EDB (or 0xA59EDB) is known color: Wistful. HEX triplet: A5, 9E and DB. RGB value is (165,158,219). Sum of RGB (Red+Green+Blue) = 165+158+219=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #A59EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EDB is #5A6124. Grayscale: #A6A6A6. Windows color (decimal): -5923109 or 14392997. OLE color: 14392997.

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

Color convert

RGB 165 158 219 -
CMYK 0.25 0.28 0 0.14
HSL 246.89º 0.46% 0.74% -
HSV(B) 246.89º 0.28% 0.86% -
XYZ 40.53 37.57 72.13 -
YUV 167.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 165 158 219 0.25 0.28 0 0.14 246.89 0.46 0.74
Hex A5 9E DB 19 1C 0 E F7 2E 4A
Octal 245 236 333 31 34 0 16 367 56 112
Binary 10100101 10011110 11011011 11001 11100 0 1110 11110111 101110 1001010

Color Harmonies of #A59EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EDB

Black with #A59EDB

Text Example


Text Example

White with #A59EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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