Html Css Color HEX #A597E1 Wistful

📋 copy color: '#A597E1'

red 165 ◦ green 151 ◦ blue 225

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

Shades of Wistful #A597E1

Tints of Wistful #A597E1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.91%

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 30.5%
G = 27.91%
B = 41.59%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A597E1 (or 0xA597E1) is known color: Wistful. HEX triplet: A5, 97 and E1. RGB value is (165,151,225). Sum of RGB (Red+Green+Blue) = 165+151+225=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #A597E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597E1 is #5A681E. Grayscale: #A3A3A3. Windows color (decimal): -5924895 or 14784421. OLE color: 14784421.

HSL color Cylindrical-coordinate representation of color #A597E1: hue angle of 251.35º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A597E1 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 151 225 -
CMYK 0.27 0.33 0 0.12
HSL 251.35º 0.55% 0.74% -
HSV(B) 251.35º 0.33% 0.88% -
XYZ 40.17 35.57 75.98 -
YUV 163.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 165 151 225 0.27 0.33 0 0.12 251.35 0.55 0.74
Hex A5 97 E1 1B 21 0 C FB 37 4A
Octal 245 227 341 33 41 0 14 373 67 112
Binary 10100101 10010111 11100001 11011 100001 0 1100 11111011 110111 1001010

Color Harmonies of #A597E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A597E1

Black with #A597E1

Text Example


Text Example

White with #A597E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A597E1; }

 p { color: rgb(165,151,225); }

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

background-color css

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

 a { background-color: rgb(165,151,225); }

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

border-color css

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

 span { border-color: rgb(165,151,225); }

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