Html Css Color HEX #A598F5 Wistful

📋 copy color: '#A598F5'

red 165 ◦ green 152 ◦ blue 245

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

Shades of Wistful #A598F5

Tints of Wistful #A598F5

RGB

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

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

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

R = 29.36%
G = 27.05%
B = 43.59%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A598F5 (or 0xA598F5) is known color: Wistful. HEX triplet: A5, 98 and F5. RGB value is (165,152,245). Sum of RGB (Red+Green+Blue) = 165+152+245=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #A598F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A598F5 is #5A670A. Grayscale: #A6A6A6. Windows color (decimal): -5924619 or 16095397. OLE color: 16095397.

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

Color convert

RGB 165 152 245 -
CMYK 0.33 0.38 0 0.04
HSL 248.39º 0.82% 0.78% -
HSV(B) 248.39º 0.38% 0.96% -
XYZ 43.23 37.05 91.26 -
YUV 166.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 165 152 245 0.33 0.38 0 0.04 248.39 0.82 0.78
Hex A5 98 F5 21 26 0 4 F8 52 4E
Octal 245 230 365 41 46 0 4 370 122 116
Binary 10100101 10011000 11110101 100001 100110 0 100 11111000 1010010 1001110

Color Harmonies of #A598F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598F5

Black with #A598F5

Text Example


Text Example

White with #A598F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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