Html Css Color HEX #A59FDE Wistful

📋 copy color: '#A59FDE'

red 165 ◦ green 159 ◦ blue 222

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

Shades of Wistful #A59FDE

Tints of Wistful #A59FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.12%

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

R = 30.22%
G = 29.12%
B = 40.66%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A59FDE (or 0xA59FDE) is known color: Wistful. HEX triplet: A5, 9F and DE. RGB value is (165,159,222). Sum of RGB (Red+Green+Blue) = 165+159+222=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #A59FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FDE is #5A6021. Grayscale: #A7A7A7. Windows color (decimal): -5922850 or 14589861. OLE color: 14589861.

HSL color Cylindrical-coordinate representation of color #A59FDE: hue angle of 245.71º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59FDE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 159 222 -
CMYK 0.26 0.28 0 0.13
HSL 245.71º 0.49% 0.75% -
HSV(B) 245.71º 0.28% 0.87% -
XYZ 41.1 38.07 74.29 -
YUV 167.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 165 159 222 0.26 0.28 0 0.13 245.71 0.49 0.75
Hex A5 9F DE 1A 1C 0 D F6 31 4B
Octal 245 237 336 32 34 0 15 366 61 113
Binary 10100101 10011111 11011110 11010 11100 0 1101 11110110 110001 1001011

Color Harmonies of #A59FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FDE

Black with #A59FDE

Text Example


Text Example

White with #A59FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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