Html Css Color HEX #A59BDD Wistful

📋 copy color: '#A59BDD'

red 165 ◦ green 155 ◦ blue 221

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

Shades of Wistful #A59BDD

Tints of Wistful #A59BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 30.5%
G = 28.65%
B = 40.85%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A59BDD (or 0xA59BDD) is known color: Wistful. HEX triplet: A5, 9B and DD. RGB value is (165,155,221). Sum of RGB (Red+Green+Blue) = 165+155+221=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #A59BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BDD is #5A6422. Grayscale: #A5A5A5. Windows color (decimal): -5923875 or 14523301. OLE color: 14523301.

HSL color Cylindrical-coordinate representation of color #A59BDD: hue angle of 249.09º degrees, saturation: 0.49, 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 #A59BDD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 155 221 -
CMYK 0.25 0.30 0 0.13
HSL 249.09º 0.49% 0.74% -
HSV(B) 249.09º 0.3% 0.87% -
XYZ 40.29 36.66 73.36 -
YUV 165.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 165 155 221 0.25 0.30 0 0.13 249.09 0.49 0.74
Hex A5 9B DD 19 1E 0 D F9 31 4A
Octal 245 233 335 31 36 0 15 371 61 112
Binary 10100101 10011011 11011101 11001 11110 0 1101 11111001 110001 1001010

Color Harmonies of #A59BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BDD

Black with #A59BDD

Text Example


Text Example

White with #A59BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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