Html Css Color HEX #A59ACE Wistful

📋 copy color: '#A59ACE'

red 165 ◦ green 154 ◦ blue 206

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

Shades of Wistful #A59ACE

Tints of Wistful #A59ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 31.43%
G = 29.33%
B = 39.24%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A59ACE (or 0xA59ACE) is known color: Wistful. HEX triplet: A5, 9A and CE. RGB value is (165,154,206). Sum of RGB (Red+Green+Blue) = 165+154+206=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #A59ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ACE is #5A6531. Grayscale: #A3A3A3. Windows color (decimal): -5924146 or 13540005. OLE color: 13540005.

HSL color Cylindrical-coordinate representation of color #A59ACE: hue angle of 252.69º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A59ACE is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 154 206 -
CMYK 0.20 0.25 0 0.19
HSL 252.69º 0.35% 0.71% -
HSV(B) 252.69º 0.25% 0.81% -
XYZ 38.21 35.57 63.24 -
YUV 163.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 165 154 206 0.20 0.25 0 0.19 252.69 0.35 0.71
Hex A5 9A CE 14 19 0 13 FD 23 47
Octal 245 232 316 24 31 0 23 375 43 107
Binary 10100101 10011010 11001110 10100 11001 0 10011 11111101 100011 1000111

Color Harmonies of #A59ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59ACE

Black with #A59ACE

Text Example


Text Example

White with #A59ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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