Html Css Color HEX #A59DE9 Wistful

📋 copy color: '#A59DE9'

red 165 ◦ green 157 ◦ blue 233

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

Shades of Wistful #A59DE9

Tints of Wistful #A59DE9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.29%

 BLUE value IS 233 (91.41% from 255) = 41.98%

R = 29.73%
G = 28.29%
B = 41.98%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A59DE9 (or 0xA59DE9) is known color: Wistful. HEX triplet: A5, 9D and E9. RGB value is (165,157,233). Sum of RGB (Red+Green+Blue) = 165+157+233=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #A59DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DE9 is #5A6216. Grayscale: #A7A7A7. Windows color (decimal): -5923351 or 15310245. OLE color: 15310245.

HSL color Cylindrical-coordinate representation of color #A59DE9: hue angle of 246.32º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A59DE9 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 157 233 -
CMYK 0.29 0.33 0 0.09
HSL 246.32º 0.63% 0.76% -
HSV(B) 246.32º 0.33% 0.91% -
XYZ 42.28 38 82.2 -
YUV 168.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 165 157 233 0.29 0.33 0 0.09 246.32 0.63 0.76
Hex A5 9D E9 1D 21 0 9 F6 3F 4C
Octal 245 235 351 35 41 0 11 366 77 114
Binary 10100101 10011101 11101001 11101 100001 0 1001 11110110 111111 1001100

Color Harmonies of #A59DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DE9

Black with #A59DE9

Text Example


Text Example

White with #A59DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DE9; }

 p { color: rgb(165,157,233); }

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

background-color css

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

 a { background-color: rgb(165,157,233); }

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

border-color css

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

 span { border-color: rgb(165,157,233); }

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