Html Css Color HEX #A59EC2 Wistful

📋 copy color: '#A59EC2'

red 165 ◦ green 158 ◦ blue 194

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

Shades of Wistful #A59EC2

Tints of Wistful #A59EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 31.91%
G = 30.56%
B = 37.52%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A59EC2 (or 0xA59EC2) is known color: Wistful. HEX triplet: A5, 9E and C2. RGB value is (165,158,194). Sum of RGB (Red+Green+Blue) = 165+158+194=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #A59EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EC2 is #5A613D. Grayscale: #A4A4A4. Windows color (decimal): -5923134 or 12754597. OLE color: 12754597.

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

Color convert

RGB 165 158 194 -
CMYK 0.15 0.19 0 0.24
HSL 251.67º 0.23% 0.69% -
HSV(B) 251.67º 0.19% 0.76% -
XYZ 37.48 36.35 56.08 -
YUV 164.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 165 158 194 0.15 0.19 0 0.24 251.67 0.23 0.69
Hex A5 9E C2 F 13 0 18 FC 17 45
Octal 245 236 302 17 23 0 30 374 27 105
Binary 10100101 10011110 11000010 1111 10011 0 11000 11111100 10111 1000101

Color Harmonies of #A59EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EC2

Black with #A59EC2

Text Example


Text Example

White with #A59EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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