Html Css Color HEX #A59AF5 Wistful

📋 copy color: '#A59AF5'

red 165 ◦ green 154 ◦ blue 245

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

Shades of Wistful #A59AF5

Tints of Wistful #A59AF5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.3%

 BLUE value IS 245 (96.09% from 255) = 43.44%

R = 29.26%
G = 27.3%
B = 43.44%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A59AF5 (or 0xA59AF5) is known color: Wistful. HEX triplet: A5, 9A and F5. RGB value is (165,154,245). Sum of RGB (Red+Green+Blue) = 165+154+245=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #A59AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59AF5 is #5A650A. Grayscale: #A7A7A7. Windows color (decimal): -5924107 or 16095909. OLE color: 16095909.

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

Color convert

RGB 165 154 245 -
CMYK 0.33 0.37 0 0.04
HSL 247.25º 0.82% 0.78% -
HSV(B) 247.25º 0.37% 0.96% -
XYZ 43.55 37.7 91.37 -
YUV 167.66 171.64 126.1 -
System Red Green Blue C M Y K H S L
Decimal 165 154 245 0.33 0.37 0 0.04 247.25 0.82 0.78
Hex A5 9A F5 21 25 0 4 F7 52 4E
Octal 245 232 365 41 45 0 4 367 122 116
Binary 10100101 10011010 11110101 100001 100101 0 100 11110111 1010010 1001110

Color Harmonies of #A59AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59AF5

Black with #A59AF5

Text Example


Text Example

White with #A59AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59AF5; }

 p { color: rgb(165,154,245); }

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

background-color css

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

 a { background-color: rgb(165,154,245); }

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

border-color css

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

 span { border-color: rgb(165,154,245); }

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