Html Css Color HEX #A59BDF Wistful

📋 copy color: '#A59BDF'

red 165 ◦ green 155 ◦ blue 223

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

Shades of Wistful #A59BDF

Tints of Wistful #A59BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 30.39%
G = 28.55%
B = 41.07%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A59BDF (or 0xA59BDF) is known color: Wistful. HEX triplet: A5, 9B and DF. RGB value is (165,155,223). Sum of RGB (Red+Green+Blue) = 165+155+223=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #A59BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BDF is #5A6420. Grayscale: #A5A5A5. Windows color (decimal): -5923873 or 14654373. OLE color: 14654373.

HSL color Cylindrical-coordinate representation of color #A59BDF: hue angle of 248.82º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A59BDF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 155 223 -
CMYK 0.26 0.30 0 0.13
HSL 248.82º 0.52% 0.74% -
HSV(B) 248.82º 0.3% 0.87% -
XYZ 40.56 36.77 74.77 -
YUV 165.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 165 155 223 0.26 0.30 0 0.13 248.82 0.52 0.74
Hex A5 9B DF 1A 1E 0 D F9 34 4A
Octal 245 233 337 32 36 0 15 371 64 112
Binary 10100101 10011011 11011111 11010 11110 0 1101 11111001 110100 1001010

Color Harmonies of #A59BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BDF

Black with #A59BDF

Text Example


Text Example

White with #A59BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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