Html Css Color HEX #A598DA Wistful

📋 copy color: '#A598DA'

red 165 ◦ green 152 ◦ blue 218

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

Shades of Wistful #A598DA

Tints of Wistful #A598DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 30.84%
G = 28.41%
B = 40.75%

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

#A598DA (or 0xA598DA) is known color: Wistful. HEX triplet: A5, 98 and DA. RGB value is (165,152,218). Sum of RGB (Red+Green+Blue) = 165+152+218=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A598DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598DA is #5A6725. Grayscale: #A3A3A3. Windows color (decimal): -5924646 or 14325925. OLE color: 14325925.

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

Color convert

RGB 165 152 218 -
CMYK 0.24 0.30 0 0.15
HSL 251.82º 0.47% 0.73% -
HSV(B) 251.82º 0.3% 0.85% -
XYZ 39.4 35.52 71.11 -
YUV 163.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 165 152 218 0.24 0.30 0 0.15 251.82 0.47 0.73
Hex A5 98 DA 18 1E 0 F FC 2F 49
Octal 245 230 332 30 36 0 17 374 57 111
Binary 10100101 10011000 11011010 11000 11110 0 1111 11111100 101111 1001001

Color Harmonies of #A598DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598DA

Black with #A598DA

Text Example


Text Example

White with #A598DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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