Html Css Color HEX #A59EE0 Wistful

📋 copy color: '#A59EE0'

red 165 ◦ green 158 ◦ blue 224

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

Shades of Wistful #A59EE0

Tints of Wistful #A59EE0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.88%

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

R = 30.16%
G = 28.88%
B = 40.95%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A59EE0 (or 0xA59EE0) is known color: Wistful. HEX triplet: A5, 9E and E0. RGB value is (165,158,224). Sum of RGB (Red+Green+Blue) = 165+158+224=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #A59EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EE0 is #5A611F. Grayscale: #A7A7A7. Windows color (decimal): -5923104 or 14720677. OLE color: 14720677.

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

Color convert

RGB 165 158 224 -
CMYK 0.26 0.29 0 0.12
HSL 246.36º 0.52% 0.75% -
HSV(B) 246.36º 0.29% 0.88% -
XYZ 41.2 37.83 75.65 -
YUV 167.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 165 158 224 0.26 0.29 0 0.12 246.36 0.52 0.75
Hex A5 9E E0 1A 1D 0 C F6 34 4B
Octal 245 236 340 32 35 0 14 366 64 113
Binary 10100101 10011110 11100000 11010 11101 0 1100 11110110 110100 1001011

Color Harmonies of #A59EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EE0

Black with #A59EE0

Text Example


Text Example

White with #A59EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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