Html Css Color HEX #A59FCD Wistful

📋 copy color: '#A59FCD'

red 165 ◦ green 159 ◦ blue 205

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

Shades of Wistful #A59FCD

Tints of Wistful #A59FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.75%

R = 31.19%
G = 30.06%
B = 38.75%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A59FCD (or 0xA59FCD) is known color: Wistful. HEX triplet: A5, 9F and CD. RGB value is (165,159,205). Sum of RGB (Red+Green+Blue) = 165+159+205=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #A59FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FCD is #5A6032. Grayscale: #A5A5A5. Windows color (decimal): -5922867 or 13475749. OLE color: 13475749.

HSL color Cylindrical-coordinate representation of color #A59FCD: hue angle of 247.83º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A59FCD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 159 205 -
CMYK 0.20 0.22 0 0.20
HSL 247.83º 0.32% 0.71% -
HSV(B) 247.83º 0.22% 0.8% -
XYZ 38.93 37.2 62.89 -
YUV 166.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 165 159 205 0.20 0.22 0 0.20 247.83 0.32 0.71
Hex A5 9F CD 14 16 0 14 F8 20 47
Octal 245 237 315 24 26 0 24 370 40 107
Binary 10100101 10011111 11001101 10100 10110 0 10100 11111000 100000 1000111

Color Harmonies of #A59FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FCD

Black with #A59FCD

Text Example


Text Example

White with #A59FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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