Html Css Color HEX #A59EEE Wistful

📋 copy color: '#A59EEE'

red 165 ◦ green 158 ◦ blue 238

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

Shades of Wistful #A59EEE

Tints of Wistful #A59EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 29.41%
G = 28.16%
B = 42.42%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A59EEE (or 0xA59EEE) is known color: Wistful. HEX triplet: A5, 9E and EE. RGB value is (165,158,238). Sum of RGB (Red+Green+Blue) = 165+158+238=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #A59EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59EEE is #5A6111. Grayscale: #A8A8A8. Windows color (decimal): -5923090 or 15638181. OLE color: 15638181.

HSL color Cylindrical-coordinate representation of color #A59EEE: hue angle of 245.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A59EEE is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 158 238 -
CMYK 0.31 0.34 0 0.07
HSL 245.25º 0.7% 0.78% -
HSV(B) 245.25º 0.34% 0.93% -
XYZ 43.18 38.63 86.07 -
YUV 169.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 165 158 238 0.31 0.34 0 0.07 245.25 0.7 0.78
Hex A5 9E EE 1F 22 0 7 F5 46 4E
Octal 245 236 356 37 42 0 7 365 106 116
Binary 10100101 10011110 11101110 11111 100010 0 111 11110101 1000110 1001110

Color Harmonies of #A59EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EEE

Black with #A59EEE

Text Example


Text Example

White with #A59EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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