Html Css Color HEX #A59DD1 Wistful

📋 copy color: '#A59DD1'

red 165 ◦ green 157 ◦ blue 209

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

Shades of Wistful #A59DD1

Tints of Wistful #A59DD1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.57%

 BLUE value IS 209 (82.03% from 255) = 39.36%

R = 31.07%
G = 29.57%
B = 39.36%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A59DD1 (or 0xA59DD1) is known color: Wistful. HEX triplet: A5, 9D and D1. RGB value is (165,157,209). Sum of RGB (Red+Green+Blue) = 165+157+209=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #A59DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DD1 is #5A622E. Grayscale: #A5A5A5. Windows color (decimal): -5923375 or 13737381. OLE color: 13737381.

HSL color Cylindrical-coordinate representation of color #A59DD1: hue angle of 249.23º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A59DD1 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 157 209 -
CMYK 0.21 0.25 0 0.18
HSL 249.23º 0.36% 0.72% -
HSV(B) 249.23º 0.25% 0.82% -
XYZ 39.08 36.72 65.35 -
YUV 165.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 165 157 209 0.21 0.25 0 0.18 249.23 0.36 0.72
Hex A5 9D D1 15 19 0 12 F9 24 48
Octal 245 235 321 25 31 0 22 371 44 110
Binary 10100101 10011101 11010001 10101 11001 0 10010 11111001 100100 1001000

Color Harmonies of #A59DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DD1

Black with #A59DD1

Text Example


Text Example

White with #A59DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DD1; }

 p { color: rgb(165,157,209); }

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

background-color css

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

 a { background-color: rgb(165,157,209); }

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

border-color css

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

 span { border-color: rgb(165,157,209); }

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