Html Css Color HEX #A59ADE Wistful

📋 copy color: '#A59ADE'

red 165 ◦ green 154 ◦ blue 222

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

Shades of Wistful #A59ADE

Tints of Wistful #A59ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.47%

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

R = 30.5%
G = 28.47%
B = 41.04%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A59ADE (or 0xA59ADE) is known color: Wistful. HEX triplet: A5, 9A and DE. RGB value is (165,154,222). Sum of RGB (Red+Green+Blue) = 165+154+222=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #A59ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ADE is #5A6521. Grayscale: #A4A4A4. Windows color (decimal): -5924130 or 14588581. OLE color: 14588581.

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

Color convert

RGB 165 154 222 -
CMYK 0.26 0.31 0 0.13
HSL 249.71º 0.51% 0.74% -
HSV(B) 249.71º 0.31% 0.87% -
XYZ 40.26 36.38 74.01 -
YUV 165.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 165 154 222 0.26 0.31 0 0.13 249.71 0.51 0.74
Hex A5 9A DE 1A 1F 0 D FA 33 4A
Octal 245 232 336 32 37 0 15 372 63 112
Binary 10100101 10011010 11011110 11010 11111 0 1101 11111010 110011 1001010

Color Harmonies of #A59ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59ADE

Black with #A59ADE

Text Example


Text Example

White with #A59ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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