Html Css Color HEX #A59BDC Wistful

📋 copy color: '#A59BDC'

red 165 ◦ green 155 ◦ blue 220

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

Shades of Wistful #A59BDC

Tints of Wistful #A59BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 30.56%
G = 28.7%
B = 40.74%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A59BDC (or 0xA59BDC) is known color: Wistful. HEX triplet: A5, 9B and DC. RGB value is (165,155,220). Sum of RGB (Red+Green+Blue) = 165+155+220=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #A59BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BDC is #5A6423. Grayscale: #A5A5A5. Windows color (decimal): -5923876 or 14457765. OLE color: 14457765.

HSL color Cylindrical-coordinate representation of color #A59BDC: hue angle of 249.23º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A59BDC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 155 220 -
CMYK 0.25 0.30 0 0.14
HSL 249.23º 0.48% 0.74% -
HSV(B) 249.23º 0.3% 0.86% -
XYZ 40.16 36.61 72.66 -
YUV 165.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 165 155 220 0.25 0.30 0 0.14 249.23 0.48 0.74
Hex A5 9B DC 19 1E 0 E F9 30 4A
Octal 245 233 334 31 36 0 16 371 60 112
Binary 10100101 10011011 11011100 11001 11110 0 1110 11111001 110000 1001010

Color Harmonies of #A59BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BDC

Black with #A59BDC

Text Example


Text Example

White with #A59BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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