Html Css Color HEX #A59BD0 Wistful

📋 copy color: '#A59BD0'

red 165 ◦ green 155 ◦ blue 208

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

Shades of Wistful #A59BD0

Tints of Wistful #A59BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.39%

R = 31.25%
G = 29.36%
B = 39.39%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A59BD0 (or 0xA59BD0) is known color: Wistful. HEX triplet: A5, 9B and D0. RGB value is (165,155,208). Sum of RGB (Red+Green+Blue) = 165+155+208=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #A59BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BD0 is #5A642F. Grayscale: #A3A3A3. Windows color (decimal): -5923888 or 13671333. OLE color: 13671333.

HSL color Cylindrical-coordinate representation of color #A59BD0: hue angle of 251.32º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A59BD0 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 155 208 -
CMYK 0.21 0.25 0 0.18
HSL 251.32º 0.36% 0.71% -
HSV(B) 251.32º 0.25% 0.82% -
XYZ 38.62 36 64.59 -
YUV 164.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 165 155 208 0.21 0.25 0 0.18 251.32 0.36 0.71
Hex A5 9B D0 15 19 0 12 FB 24 47
Octal 245 233 320 25 31 0 22 373 44 107
Binary 10100101 10011011 11010000 10101 11001 0 10010 11111011 100100 1000111

Color Harmonies of #A59BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BD0

Black with #A59BD0

Text Example


Text Example

White with #A59BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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