Html Css Color HEX #A598D8 Wistful

📋 copy color: '#A598D8'

red 165 ◦ green 152 ◦ blue 216

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

Shades of Wistful #A598D8

Tints of Wistful #A598D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 30.96%
G = 28.52%
B = 40.53%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A598D8 (or 0xA598D8) is known color: Wistful. HEX triplet: A5, 98 and D8. RGB value is (165,152,216). Sum of RGB (Red+Green+Blue) = 165+152+216=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #A598D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598D8 is #5A6727. Grayscale: #A2A2A2. Windows color (decimal): -5924648 or 14194853. OLE color: 14194853.

HSL color Cylindrical-coordinate representation of color #A598D8: hue angle of 252.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A598D8 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 152 216 -
CMYK 0.24 0.30 0 0.15
HSL 252.19º 0.45% 0.72% -
HSV(B) 252.19º 0.3% 0.85% -
XYZ 39.14 35.41 69.74 -
YUV 163.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 165 152 216 0.24 0.30 0 0.15 252.19 0.45 0.72
Hex A5 98 D8 18 1E 0 F FC 2D 48
Octal 245 230 330 30 36 0 17 374 55 110
Binary 10100101 10011000 11011000 11000 11110 0 1111 11111100 101101 1001000

Color Harmonies of #A598D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598D8

Black with #A598D8

Text Example


Text Example

White with #A598D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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