Html Css Color HEX #A59DDA Wistful

📋 copy color: '#A59DDA'

red 165 ◦ green 157 ◦ blue 218

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

Shades of Wistful #A59DDA

Tints of Wistful #A59DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 30.56%
G = 29.07%
B = 40.37%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A59DDA (or 0xA59DDA) is known color: Wistful. HEX triplet: A5, 9D and DA. RGB value is (165,157,218). Sum of RGB (Red+Green+Blue) = 165+157+218=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #A59DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DDA is #5A6225. Grayscale: #A6A6A6. Windows color (decimal): -5923366 or 14327205. OLE color: 14327205.

HSL color Cylindrical-coordinate representation of color #A59DDA: hue angle of 247.87º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59DDA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 157 218 -
CMYK 0.24 0.28 0 0.15
HSL 247.87º 0.45% 0.74% -
HSV(B) 247.87º 0.28% 0.85% -
XYZ 40.23 37.18 71.38 -
YUV 166.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 165 157 218 0.24 0.28 0 0.15 247.87 0.45 0.74
Hex A5 9D DA 18 1C 0 F F8 2D 4A
Octal 245 235 332 30 34 0 17 370 55 112
Binary 10100101 10011101 11011010 11000 11100 0 1111 11111000 101101 1001010

Color Harmonies of #A59DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DDA

Black with #A59DDA

Text Example


Text Example

White with #A59DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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