Html Css Color HEX #A59BF4 Wistful

📋 copy color: '#A59BF4'

red 165 ◦ green 155 ◦ blue 244

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

Shades of Wistful #A59BF4

Tints of Wistful #A59BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.26%

R = 29.26%
G = 27.48%
B = 43.26%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A59BF4 (or 0xA59BF4) is known color: Wistful. HEX triplet: A5, 9B and F4. RGB value is (165,155,244). Sum of RGB (Red+Green+Blue) = 165+155+244=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #A59BF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BF4 is #5A640B. Grayscale: #A7A7A7. Windows color (decimal): -5923852 or 16030629. OLE color: 16030629.

HSL color Cylindrical-coordinate representation of color #A59BF4: hue angle of 246.74º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A59BF4 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 155 244 -
CMYK 0.32 0.36 0 0.04
HSL 246.74º 0.8% 0.78% -
HSV(B) 246.74º 0.36% 0.96% -
XYZ 43.57 37.97 90.62 -
YUV 168.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 165 155 244 0.32 0.36 0 0.04 246.74 0.8 0.78
Hex A5 9B F4 20 24 0 4 F7 50 4E
Octal 245 233 364 40 44 0 4 367 120 116
Binary 10100101 10011011 11110100 100000 100100 0 100 11110111 1010000 1001110

Color Harmonies of #A59BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BF4

Black with #A59BF4

Text Example


Text Example

White with #A59BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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