Html Css Color HEX #A598F1 Wistful

📋 copy color: '#A598F1'

red 165 ◦ green 152 ◦ blue 241

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

Shades of Wistful #A598F1

Tints of Wistful #A598F1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.24%

 BLUE value IS 241 (94.53% from 255) = 43.19%

R = 29.57%
G = 27.24%
B = 43.19%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A598F1 (or 0xA598F1) is known color: Wistful. HEX triplet: A5, 98 and F1. RGB value is (165,152,241). Sum of RGB (Red+Green+Blue) = 165+152+241=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #A598F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A598F1 is #5A670E. Grayscale: #A5A5A5. Windows color (decimal): -5924623 or 15833253. OLE color: 15833253.

HSL color Cylindrical-coordinate representation of color #A598F1: hue angle of 248.76º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A598F1 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 152 241 -
CMYK 0.32 0.37 0 0.05
HSL 248.76º 0.76% 0.77% -
HSV(B) 248.76º 0.37% 0.95% -
XYZ 42.62 36.81 88.08 -
YUV 166.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 165 152 241 0.32 0.37 0 0.05 248.76 0.76 0.77
Hex A5 98 F1 20 25 0 5 F9 4C 4D
Octal 245 230 361 40 45 0 5 371 114 115
Binary 10100101 10011000 11110001 100000 100101 0 101 11111001 1001100 1001101

Color Harmonies of #A598F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598F1

Black with #A598F1

Text Example


Text Example

White with #A598F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598F1; }

 p { color: rgb(165,152,241); }

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

background-color css

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

 a { background-color: rgb(165,152,241); }

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

border-color css

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

 span { border-color: rgb(165,152,241); }

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