Html Css Color HEX #A59FEC Wistful

📋 copy color: '#A59FEC'

red 165 ◦ green 159 ◦ blue 236

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

Shades of Wistful #A59FEC

Tints of Wistful #A59FEC

RGB

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

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

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

R = 29.46%
G = 28.39%
B = 42.14%

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

#A59FEC (or 0xA59FEC) is known color: Wistful. HEX triplet: A5, 9F and EC. RGB value is (165,159,236). Sum of RGB (Red+Green+Blue) = 165+159+236=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #A59FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FEC is #5A6013. Grayscale: #A9A9A9. Windows color (decimal): -5922836 or 15507365. OLE color: 15507365.

HSL color Cylindrical-coordinate representation of color #A59FEC: hue angle of 244.68º degrees, saturation: 0.67, 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 #A59FEC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 159 236 -
CMYK 0.30 0.33 0 0.07
HSL 244.68º 0.67% 0.77% -
HSV(B) 244.68º 0.33% 0.93% -
XYZ 43.06 38.85 84.59 -
YUV 169.57 165.49 124.74 -
System Red Green Blue C M Y K H S L
Decimal 165 159 236 0.30 0.33 0 0.07 244.68 0.67 0.77
Hex A5 9F EC 1E 21 0 7 F5 43 4D
Octal 245 237 354 36 41 0 7 365 103 115
Binary 10100101 10011111 11101100 11110 100001 0 111 11110101 1000011 1001101

Color Harmonies of #A59FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FEC

Black with #A59FEC

Text Example


Text Example

White with #A59FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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