Html Css Color HEX #A59CC1 Wistful

📋 copy color: '#A59CC1'

red 165 ◦ green 156 ◦ blue 193

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

Shades of Wistful #A59CC1

Tints of Wistful #A59CC1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

 BLUE value IS 193 (75.78% from 255) = 37.55%

R = 32.1%
G = 30.35%
B = 37.55%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A59CC1 (or 0xA59CC1) is known color: Wistful. HEX triplet: A5, 9C and C1. RGB value is (165,156,193). Sum of RGB (Red+Green+Blue) = 165+156+193=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #A59CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CC1 is #5A633E. Grayscale: #A2A2A2. Windows color (decimal): -5923647 or 12688549. OLE color: 12688549.

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

Color convert

RGB 165 156 193 -
CMYK 0.15 0.19 0 0.24
HSL 254.59º 0.23% 0.68% -
HSV(B) 254.59º 0.19% 0.76% -
XYZ 37.03 35.63 55.38 -
YUV 162.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 165 156 193 0.15 0.19 0 0.24 254.59 0.23 0.68
Hex A5 9C C1 F 13 0 18 FF 17 44
Octal 245 234 301 17 23 0 30 377 27 104
Binary 10100101 10011100 11000001 1111 10011 0 11000 11111111 10111 1000100

Color Harmonies of #A59CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CC1

Black with #A59CC1

Text Example


Text Example

White with #A59CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CC1; }

 p { color: rgb(165,156,193); }

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

background-color css

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

 a { background-color: rgb(165,156,193); }

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

border-color css

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

 span { border-color: rgb(165,156,193); }

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