Html Css Color HEX #A59FCC Wistful

📋 copy color: '#A59FCC'

red 165 ◦ green 159 ◦ blue 204

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

Shades of Wistful #A59FCC

Tints of Wistful #A59FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 31.25%
G = 30.11%
B = 38.64%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A59FCC (or 0xA59FCC) is known color: Wistful. HEX triplet: A5, 9F and CC. RGB value is (165,159,204). Sum of RGB (Red+Green+Blue) = 165+159+204=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #A59FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FCC is #5A6033. Grayscale: #A5A5A5. Windows color (decimal): -5922868 or 13410213. OLE color: 13410213.

HSL color Cylindrical-coordinate representation of color #A59FCC: hue angle of 248º degrees, saturation: 0.31, 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 #A59FCC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 159 204 -
CMYK 0.19 0.22 0 0.2
HSL 248º 0.31% 0.71% -
HSV(B) 248º 0.22% 0.8% -
XYZ 38.81 37.16 62.25 -
YUV 165.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 165 159 204 0.19 0.22 0 0.2 248 0.31 0.71
Hex A5 9F CC 13 16 0 14 F8 1F 47
Octal 245 237 314 23 26 0 24 370 37 107
Binary 10100101 10011111 11001100 10011 10110 0 10100 11111000 11111 1000111

Color Harmonies of #A59FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FCC

Black with #A59FCC

Text Example


Text Example

White with #A59FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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