Html Css Color HEX #A59BF1 Wistful

📋 copy color: '#A59BF1'

red 165 ◦ green 155 ◦ blue 241

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

Shades of Wistful #A59BF1

Tints of Wistful #A59BF1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.63%

 BLUE value IS 241 (94.53% from 255) = 42.96%

R = 29.41%
G = 27.63%
B = 42.96%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A59BF1 (or 0xA59BF1) is known color: Wistful. HEX triplet: A5, 9B and F1. RGB value is (165,155,241). Sum of RGB (Red+Green+Blue) = 165+155+241=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #A59BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BF1 is #5A640E. Grayscale: #A7A7A7. Windows color (decimal): -5923855 or 15834021. OLE color: 15834021.

HSL color Cylindrical-coordinate representation of color #A59BF1: hue angle of 246.98º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A59BF1 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 155 241 -
CMYK 0.32 0.36 0 0.05
HSL 246.98º 0.75% 0.78% -
HSV(B) 246.98º 0.36% 0.95% -
XYZ 43.12 37.79 88.24 -
YUV 167.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 165 155 241 0.32 0.36 0 0.05 246.98 0.75 0.78
Hex A5 9B F1 20 24 0 5 F7 4B 4E
Octal 245 233 361 40 44 0 5 367 113 116
Binary 10100101 10011011 11110001 100000 100100 0 101 11110111 1001011 1001110

Color Harmonies of #A59BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BF1

Black with #A59BF1

Text Example


Text Example

White with #A59BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BF1; }

 p { color: rgb(165,155,241); }

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

background-color css

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

 a { background-color: rgb(165,155,241); }

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

border-color css

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

 span { border-color: rgb(165,155,241); }

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