Html Css Color HEX #A59DDC Wistful

📋 copy color: '#A59DDC'

red 165 ◦ green 157 ◦ blue 220

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

Shades of Wistful #A59DDC

Tints of Wistful #A59DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.97%

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 30.44%
G = 28.97%
B = 40.59%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A59DDC (or 0xA59DDC) is known color: Wistful. HEX triplet: A5, 9D and DC. RGB value is (165,157,220). Sum of RGB (Red+Green+Blue) = 165+157+220=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #A59DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DDC is #5A6223. Grayscale: #A6A6A6. Windows color (decimal): -5923364 or 14458277. OLE color: 14458277.

HSL color Cylindrical-coordinate representation of color #A59DDC: hue angle of 247.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A59DDC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 157 220 -
CMYK 0.25 0.29 0 0.14
HSL 247.62º 0.47% 0.74% -
HSV(B) 247.62º 0.29% 0.86% -
XYZ 40.49 37.28 72.77 -
YUV 166.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 165 157 220 0.25 0.29 0 0.14 247.62 0.47 0.74
Hex A5 9D DC 19 1D 0 E F8 2F 4A
Octal 245 235 334 31 35 0 16 370 57 112
Binary 10100101 10011101 11011100 11001 11101 0 1110 11111000 101111 1001010

Color Harmonies of #A59DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DDC

Black with #A59DDC

Text Example


Text Example

White with #A59DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DDC; }

 p { color: rgb(165,157,220); }

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

background-color css

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

 a { background-color: rgb(165,157,220); }

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

border-color css

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

 span { border-color: rgb(165,157,220); }

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