Html Css Color HEX #A59CF5 Wistful

📋 copy color: '#A59CF5'

red 165 ◦ green 156 ◦ blue 245

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

Shades of Wistful #A59CF5

Tints of Wistful #A59CF5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.56%

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

R = 29.15%
G = 27.56%
B = 43.29%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A59CF5 (or 0xA59CF5) is known color: Wistful. HEX triplet: A5, 9C and F5. RGB value is (165,156,245). Sum of RGB (Red+Green+Blue) = 165+156+245=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #A59CF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59CF5 is #5A630A. Grayscale: #A8A8A8. Windows color (decimal): -5923595 or 16096421. OLE color: 16096421.

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

Color convert

RGB 165 156 245 -
CMYK 0.33 0.36 0 0.04
HSL 246.07º 0.82% 0.79% -
HSV(B) 246.07º 0.36% 0.96% -
XYZ 43.89 38.37 91.48 -
YUV 168.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 165 156 245 0.33 0.36 0 0.04 246.07 0.82 0.79
Hex A5 9C F5 21 24 0 4 F6 52 4F
Octal 245 234 365 41 44 0 4 366 122 117
Binary 10100101 10011100 11110101 100001 100100 0 100 11110110 1010010 1001111

Color Harmonies of #A59CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CF5

Black with #A59CF5

Text Example


Text Example

White with #A59CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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