Html Css Color HEX #A59CCD Wistful

📋 copy color: '#A59CCD'

red 165 ◦ green 156 ◦ blue 205

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

Shades of Wistful #A59CCD

Tints of Wistful #A59CCD

RGB

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

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

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

R = 31.37%
G = 29.66%
B = 38.97%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A59CCD (or 0xA59CCD) is known color: Wistful. HEX triplet: A5, 9C and CD. RGB value is (165,156,205). Sum of RGB (Red+Green+Blue) = 165+156+205=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #A59CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CCD is #5A6332. Grayscale: #A4A4A4. Windows color (decimal): -5923635 or 13474981. OLE color: 13474981.

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

Color convert

RGB 165 156 205 -
CMYK 0.20 0.24 0 0.20
HSL 251.02º 0.33% 0.71% -
HSV(B) 251.02º 0.24% 0.8% -
XYZ 38.42 36.18 62.72 -
YUV 164.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 165 156 205 0.20 0.24 0 0.20 251.02 0.33 0.71
Hex A5 9C CD 14 18 0 14 FB 21 47
Octal 245 234 315 24 30 0 24 373 41 107
Binary 10100101 10011100 11001101 10100 11000 0 10100 11111011 100001 1000111

Color Harmonies of #A59CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CCD

Black with #A59CCD

Text Example


Text Example

White with #A59CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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