Html Css Color HEX #A59FEB Wistful

📋 copy color: '#A59FEB'

red 165 ◦ green 159 ◦ blue 235

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

Shades of Wistful #A59FEB

Tints of Wistful #A59FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.04%

R = 29.52%
G = 28.44%
B = 42.04%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A59FEB (or 0xA59FEB) is known color: Wistful. HEX triplet: A5, 9F and EB. RGB value is (165,159,235). Sum of RGB (Red+Green+Blue) = 165+159+235=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #A59FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FEB is #5A6014. Grayscale: #A9A9A9. Windows color (decimal): -5922837 or 15441829. OLE color: 15441829.

HSL color Cylindrical-coordinate representation of color #A59FEB: hue angle of 244.74º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A59FEB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 159 235 -
CMYK 0.30 0.32 0 0.08
HSL 244.74º 0.66% 0.77% -
HSV(B) 244.74º 0.32% 0.92% -
XYZ 42.91 38.79 83.82 -
YUV 169.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 165 159 235 0.30 0.32 0 0.08 244.74 0.66 0.77
Hex A5 9F EB 1E 20 0 8 F5 42 4D
Octal 245 237 353 36 40 0 10 365 102 115
Binary 10100101 10011111 11101011 11110 100000 0 1000 11110101 1000010 1001101

Color Harmonies of #A59FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FEB

Black with #A59FEB

Text Example


Text Example

White with #A59FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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