Html Css Color HEX #A59CE0 Wistful

📋 copy color: '#A59CE0'

red 165 ◦ green 156 ◦ blue 224

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

Shades of Wistful #A59CE0

Tints of Wistful #A59CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 30.28%
G = 28.62%
B = 41.1%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A59CE0 (or 0xA59CE0) is known color: Wistful. HEX triplet: A5, 9C and E0. RGB value is (165,156,224). Sum of RGB (Red+Green+Blue) = 165+156+224=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #A59CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CE0 is #5A631F. Grayscale: #A6A6A6. Windows color (decimal): -5923616 or 14720165. OLE color: 14720165.

HSL color Cylindrical-coordinate representation of color #A59CE0: hue angle of 247.94º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A59CE0 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 156 224 -
CMYK 0.26 0.30 0 0.12
HSL 247.94º 0.52% 0.75% -
HSV(B) 247.94º 0.3% 0.88% -
XYZ 40.86 37.16 75.54 -
YUV 166.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 165 156 224 0.26 0.30 0 0.12 247.94 0.52 0.75
Hex A5 9C E0 1A 1E 0 C F8 34 4B
Octal 245 234 340 32 36 0 14 370 64 113
Binary 10100101 10011100 11100000 11010 11110 0 1100 11111000 110100 1001011

Color Harmonies of #A59CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CE0

Black with #A59CE0

Text Example


Text Example

White with #A59CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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