Html Css Color HEX #A59ECF Wistful

📋 copy color: '#A59ECF'

red 165 ◦ green 158 ◦ blue 207

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

Shades of Wistful #A59ECF

Tints of Wistful #A59ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 31.13%
G = 29.81%
B = 39.06%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A59ECF (or 0xA59ECF) is known color: Wistful. HEX triplet: A5, 9E and CF. RGB value is (165,158,207). Sum of RGB (Red+Green+Blue) = 165+158+207=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #A59ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ECF is #5A6130. Grayscale: #A5A5A5. Windows color (decimal): -5923121 or 13606565. OLE color: 13606565.

HSL color Cylindrical-coordinate representation of color #A59ECF: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A59ECF is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 158 207 -
CMYK 0.20 0.24 0 0.19
HSL 248.57º 0.34% 0.72% -
HSV(B) 248.57º 0.24% 0.81% -
XYZ 39.01 36.96 64.11 -
YUV 165.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 165 158 207 0.20 0.24 0 0.19 248.57 0.34 0.72
Hex A5 9E CF 14 18 0 13 F9 22 48
Octal 245 236 317 24 30 0 23 371 42 110
Binary 10100101 10011110 11001111 10100 11000 0 10011 11111001 100010 1001000

Color Harmonies of #A59ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59ECF

Black with #A59ECF

Text Example


Text Example

White with #A59ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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