Html Css Color HEX #A59BEC Wistful

📋 copy color: '#A59BEC'

red 165 ◦ green 155 ◦ blue 236

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

Shades of Wistful #A59BEC

Tints of Wistful #A59BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.88%

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 29.68%
G = 27.88%
B = 42.45%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A59BEC (or 0xA59BEC) is known color: Wistful. HEX triplet: A5, 9B and EC. RGB value is (165,155,236). Sum of RGB (Red+Green+Blue) = 165+155+236=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #A59BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BEC is #5A6413. Grayscale: #A6A6A6. Windows color (decimal): -5923860 or 15506341. OLE color: 15506341.

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

Color convert

RGB 165 155 236 -
CMYK 0.30 0.34 0 0.07
HSL 247.41º 0.68% 0.77% -
HSV(B) 247.41º 0.34% 0.93% -
XYZ 42.38 37.5 84.36 -
YUV 167.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 165 155 236 0.30 0.34 0 0.07 247.41 0.68 0.77
Hex A5 9B EC 1E 22 0 7 F7 44 4D
Octal 245 233 354 36 42 0 7 367 104 115
Binary 10100101 10011011 11101100 11110 100010 0 111 11110111 1000100 1001101

Color Harmonies of #A59BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BEC

Black with #A59BEC

Text Example


Text Example

White with #A59BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BEC; }

 p { color: rgb(165,155,236); }

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

background-color css

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

 a { background-color: rgb(165,155,236); }

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

border-color css

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

 span { border-color: rgb(165,155,236); }

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