Html Css Color HEX #A59FDA Wistful

📋 copy color: '#A59FDA'

red 165 ◦ green 159 ◦ blue 218

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

Shades of Wistful #A59FDA

Tints of Wistful #A59FDA

RGB

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

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

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

R = 30.44%
G = 29.34%
B = 40.22%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A59FDA (or 0xA59FDA) is known color: Wistful. HEX triplet: A5, 9F and DA. RGB value is (165,159,218). Sum of RGB (Red+Green+Blue) = 165+159+218=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #A59FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FDA is #5A6025. Grayscale: #A7A7A7. Windows color (decimal): -5922854 or 14327717. OLE color: 14327717.

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

Color convert

RGB 165 159 218 -
CMYK 0.24 0.27 0 0.15
HSL 246.1º 0.44% 0.74% -
HSV(B) 246.1º 0.27% 0.85% -
XYZ 40.57 37.86 71.5 -
YUV 167.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 165 159 218 0.24 0.27 0 0.15 246.1 0.44 0.74
Hex A5 9F DA 18 1B 0 F F6 2C 4A
Octal 245 237 332 30 33 0 17 366 54 112
Binary 10100101 10011111 11011010 11000 11011 0 1111 11110110 101100 1001010

Color Harmonies of #A59FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FDA

Black with #A59FDA

Text Example


Text Example

White with #A59FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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