Html Css Color HEX #A59AD5 Wistful

📋 copy color: '#A59AD5'

red 165 ◦ green 154 ◦ blue 213

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

Shades of Wistful #A59AD5

Tints of Wistful #A59AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.95%

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 31.02%
G = 28.95%
B = 40.04%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A59AD5 (or 0xA59AD5) is known color: Wistful. HEX triplet: A5, 9A and D5. RGB value is (165,154,213). Sum of RGB (Red+Green+Blue) = 165+154+213=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #A59AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59AD5 is #5A652A. Grayscale: #A3A3A3. Windows color (decimal): -5924139 or 13998757. OLE color: 13998757.

HSL color Cylindrical-coordinate representation of color #A59AD5: hue angle of 251.19º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59AD5 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 154 213 -
CMYK 0.23 0.28 0 0.16
HSL 251.19º 0.41% 0.72% -
HSV(B) 251.19º 0.28% 0.84% -
XYZ 39.08 35.91 67.82 -
YUV 164.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 165 154 213 0.23 0.28 0 0.16 251.19 0.41 0.72
Hex A5 9A D5 17 1C 0 10 FB 29 48
Octal 245 232 325 27 34 0 20 373 51 110
Binary 10100101 10011010 11010101 10111 11100 0 10000 11111011 101001 1001000

Color Harmonies of #A59AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59AD5

Black with #A59AD5

Text Example


Text Example

White with #A59AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59AD5; }

 p { color: rgb(165,154,213); }

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

background-color css

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

 a { background-color: rgb(165,154,213); }

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

border-color css

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

 span { border-color: rgb(165,154,213); }

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