Html Css Color HEX #A59BDE Wistful

📋 copy color: '#A59BDE'

red 165 ◦ green 155 ◦ blue 222

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

Shades of Wistful #A59BDE

Tints of Wistful #A59BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 30.44%
G = 28.6%
B = 40.96%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A59BDE (or 0xA59BDE) is known color: Wistful. HEX triplet: A5, 9B and DE. RGB value is (165,155,222). Sum of RGB (Red+Green+Blue) = 165+155+222=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #A59BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BDE is #5A6421. Grayscale: #A5A5A5. Windows color (decimal): -5923874 or 14588837. OLE color: 14588837.

HSL color Cylindrical-coordinate representation of color #A59BDE: hue angle of 248.96º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A59BDE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 155 222 -
CMYK 0.26 0.30 0 0.13
HSL 248.96º 0.5% 0.74% -
HSV(B) 248.96º 0.3% 0.87% -
XYZ 40.42 36.72 74.06 -
YUV 165.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 165 155 222 0.26 0.30 0 0.13 248.96 0.5 0.74
Hex A5 9B DE 1A 1E 0 D F9 32 4A
Octal 245 233 336 32 36 0 15 371 62 112
Binary 10100101 10011011 11011110 11010 11110 0 1101 11111001 110010 1001010

Color Harmonies of #A59BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BDE

Black with #A59BDE

Text Example


Text Example

White with #A59BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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