Html Css Color HEX #A59AC3 Wistful

📋 copy color: '#A59AC3'

red 165 ◦ green 154 ◦ blue 195

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

Shades of Wistful #A59AC3

Tints of Wistful #A59AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.94%

R = 32.1%
G = 29.96%
B = 37.94%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A59AC3 (or 0xA59AC3) is known color: Wistful. HEX triplet: A5, 9A and C3. RGB value is (165,154,195). Sum of RGB (Red+Green+Blue) = 165+154+195=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #A59AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59AC3 is #5A653C. Grayscale: #A1A1A1. Windows color (decimal): -5924157 or 12819109. OLE color: 12819109.

HSL color Cylindrical-coordinate representation of color #A59AC3: hue angle of 256.1º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A59AC3 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 154 195 -
CMYK 0.15 0.21 0 0.24
HSL 256.1º 0.25% 0.68% -
HSV(B) 256.1º 0.21% 0.76% -
XYZ 36.92 35.05 56.45 -
YUV 161.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 165 154 195 0.15 0.21 0 0.24 256.1 0.25 0.68
Hex A5 9A C3 F 15 0 18 100 19 44
Octal 245 232 303 17 25 0 30 400 31 104
Binary 10100101 10011010 11000011 1111 10101 0 11000 100000000 11001 1000100

Color Harmonies of #A59AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59AC3

Black with #A59AC3

Text Example


Text Example

White with #A59AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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