Html Css Color HEX #A59CDA Wistful

📋 copy color: '#A59CDA'

red 165 ◦ green 156 ◦ blue 218

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

Shades of Wistful #A59CDA

Tints of Wistful #A59CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.94%

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

R = 30.61%
G = 28.94%
B = 40.45%

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

#A59CDA (or 0xA59CDA) is known color: Wistful. HEX triplet: A5, 9C and DA. RGB value is (165,156,218). Sum of RGB (Red+Green+Blue) = 165+156+218=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #A59CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CDA is #5A6325. Grayscale: #A5A5A5. Windows color (decimal): -5923622 or 14326949. OLE color: 14326949.

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

Color convert

RGB 165 156 218 -
CMYK 0.24 0.28 0 0.15
HSL 248.71º 0.46% 0.73% -
HSV(B) 248.71º 0.28% 0.85% -
XYZ 40.06 36.84 71.33 -
YUV 165.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 165 156 218 0.24 0.28 0 0.15 248.71 0.46 0.73
Hex A5 9C DA 18 1C 0 F F9 2E 49
Octal 245 234 332 30 34 0 17 371 56 111
Binary 10100101 10011100 11011010 11000 11100 0 1111 11111001 101110 1001001

Color Harmonies of #A59CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CDA

Black with #A59CDA

Text Example


Text Example

White with #A59CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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