Html Css Color HEX #A59ED5 Wistful

📋 copy color: '#A59ED5'

red 165 ◦ green 158 ◦ blue 213

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

Shades of Wistful #A59ED5

Tints of Wistful #A59ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.74%

R = 30.78%
G = 29.48%
B = 39.74%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A59ED5 (or 0xA59ED5) is known color: Wistful. HEX triplet: A5, 9E and D5. RGB value is (165,158,213). Sum of RGB (Red+Green+Blue) = 165+158+213=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #A59ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ED5 is #5A612A. Grayscale: #A6A6A6. Windows color (decimal): -5923115 or 13999781. OLE color: 13999781.

HSL color Cylindrical-coordinate representation of color #A59ED5: hue angle of 247.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A59ED5 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 158 213 -
CMYK 0.23 0.26 0 0.16
HSL 247.64º 0.4% 0.73% -
HSV(B) 247.64º 0.26% 0.84% -
XYZ 39.75 37.26 68.05 -
YUV 166.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 165 158 213 0.23 0.26 0 0.16 247.64 0.4 0.73
Hex A5 9E D5 17 1A 0 10 F8 28 49
Octal 245 236 325 27 32 0 20 370 50 111
Binary 10100101 10011110 11010101 10111 11010 0 10000 11111000 101000 1001001

Color Harmonies of #A59ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59ED5

Black with #A59ED5

Text Example


Text Example

White with #A59ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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