Html Css Color HEX #A59FC1 Wistful

📋 copy color: '#A59FC1'

red 165 ◦ green 159 ◦ blue 193

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

Shades of Wistful #A59FC1

Tints of Wistful #A59FC1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.75%

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

R = 31.91%
G = 30.75%
B = 37.33%

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

#A59FC1 (or 0xA59FC1) is known color: Wistful. HEX triplet: A5, 9F and C1. RGB value is (165,159,193). Sum of RGB (Red+Green+Blue) = 165+159+193=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #A59FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FC1 is #5A603E. Grayscale: #A4A4A4. Windows color (decimal): -5922879 or 12689317. OLE color: 12689317.

HSL color Cylindrical-coordinate representation of color #A59FC1: hue angle of 250.59º 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 #A59FC1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 159 193 -
CMYK 0.15 0.18 0 0.24
HSL 250.59º 0.22% 0.69% -
HSV(B) 250.59º 0.18% 0.76% -
XYZ 37.54 36.65 55.55 -
YUV 164.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 165 159 193 0.15 0.18 0 0.24 250.59 0.22 0.69
Hex A5 9F C1 F 12 0 18 FB 16 45
Octal 245 237 301 17 22 0 30 373 26 105
Binary 10100101 10011111 11000001 1111 10010 0 11000 11111011 10110 1000101

Color Harmonies of #A59FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FC1

Black with #A59FC1

Text Example


Text Example

White with #A59FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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