Html Css Color HEX #A59EDF Wistful

📋 copy color: '#A59EDF'

red 165 ◦ green 158 ◦ blue 223

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

Shades of Wistful #A59EDF

Tints of Wistful #A59EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 30.22%
G = 28.94%
B = 40.84%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A59EDF (or 0xA59EDF) is known color: Wistful. HEX triplet: A5, 9E and DF. RGB value is (165,158,223). Sum of RGB (Red+Green+Blue) = 165+158+223=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #A59EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EDF is #5A6120. Grayscale: #A7A7A7. Windows color (decimal): -5923105 or 14655141. OLE color: 14655141.

HSL color Cylindrical-coordinate representation of color #A59EDF: hue angle of 246.46º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A59EDF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 158 223 -
CMYK 0.26 0.29 0 0.13
HSL 246.46º 0.5% 0.75% -
HSV(B) 246.46º 0.29% 0.87% -
XYZ 41.06 37.78 74.94 -
YUV 167.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 165 158 223 0.26 0.29 0 0.13 246.46 0.5 0.75
Hex A5 9E DF 1A 1D 0 D F6 32 4B
Octal 245 236 337 32 35 0 15 366 62 113
Binary 10100101 10011110 11011111 11010 11101 0 1101 11110110 110010 1001011

Color Harmonies of #A59EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EDF

Black with #A59EDF

Text Example


Text Example

White with #A59EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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