Html Css Color HEX #A59DEC Wistful

📋 copy color: '#A59DEC'

red 165 ◦ green 157 ◦ blue 236

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

Shades of Wistful #A59DEC

Tints of Wistful #A59DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 29.57%
G = 28.14%
B = 42.29%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A59DEC (or 0xA59DEC) is known color: Wistful. HEX triplet: A5, 9D and EC. RGB value is (165,157,236). Sum of RGB (Red+Green+Blue) = 165+157+236=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #A59DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DEC is #5A6213. Grayscale: #A8A8A8. Windows color (decimal): -5923348 or 15506853. OLE color: 15506853.

HSL color Cylindrical-coordinate representation of color #A59DEC: hue angle of 246.08º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A59DEC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 157 236 -
CMYK 0.30 0.33 0 0.07
HSL 246.08º 0.68% 0.77% -
HSV(B) 246.08º 0.33% 0.93% -
XYZ 42.71 38.17 84.47 -
YUV 168.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 165 157 236 0.30 0.33 0 0.07 246.08 0.68 0.77
Hex A5 9D EC 1E 21 0 7 F6 44 4D
Octal 245 235 354 36 41 0 7 366 104 115
Binary 10100101 10011101 11101100 11110 100001 0 111 11110110 1000100 1001101

Color Harmonies of #A59DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DEC

Black with #A59DEC

Text Example


Text Example

White with #A59DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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