Html Css Color HEX #A59EC1 Wistful

📋 copy color: '#A59EC1'

red 165 ◦ green 158 ◦ blue 193

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

Shades of Wistful #A59EC1

Tints of Wistful #A59EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.4%

R = 31.98%
G = 30.62%
B = 37.4%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A59EC1 (or 0xA59EC1) is known color: Wistful. HEX triplet: A5, 9E and C1. RGB value is (165,158,193). Sum of RGB (Red+Green+Blue) = 165+158+193=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #A59EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EC1 is #5A613E. Grayscale: #A3A3A3. Windows color (decimal): -5923135 or 12689061. OLE color: 12689061.

HSL color Cylindrical-coordinate representation of color #A59EC1: hue angle of 252º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59EC1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 158 193 -
CMYK 0.15 0.18 0 0.24
HSL 252º 0.22% 0.69% -
HSV(B) 252º 0.18% 0.76% -
XYZ 37.37 36.3 55.49 -
YUV 164.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 165 158 193 0.15 0.18 0 0.24 252 0.22 0.69
Hex A5 9E C1 F 12 0 18 FC 16 45
Octal 245 236 301 17 22 0 30 374 26 105
Binary 10100101 10011110 11000001 1111 10010 0 11000 11111100 10110 1000101

Color Harmonies of #A59EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EC1

Black with #A59EC1

Text Example


Text Example

White with #A59EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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