Html Css Color HEX #A598D9 Wistful

📋 copy color: '#A598D9'

red 165 ◦ green 152 ◦ blue 217

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

Shades of Wistful #A598D9

Tints of Wistful #A598D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.64%

R = 30.9%
G = 28.46%
B = 40.64%

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

#A598D9 (or 0xA598D9) is known color: Wistful. HEX triplet: A5, 98 and D9. RGB value is (165,152,217). Sum of RGB (Red+Green+Blue) = 165+152+217=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #A598D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598D9 is #5A6726. Grayscale: #A3A3A3. Windows color (decimal): -5924647 or 14260389. OLE color: 14260389.

HSL color Cylindrical-coordinate representation of color #A598D9: hue angle of 252º degrees, saturation: 0.46, 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 #A598D9 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 152 217 -
CMYK 0.24 0.30 0 0.15
HSL 252º 0.46% 0.72% -
HSV(B) 252º 0.3% 0.85% -
XYZ 39.27 35.47 70.42 -
YUV 163.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 165 152 217 0.24 0.30 0 0.15 252 0.46 0.72
Hex A5 98 D9 18 1E 0 F FC 2E 48
Octal 245 230 331 30 36 0 17 374 56 110
Binary 10100101 10011000 11011001 11000 11110 0 1111 11111100 101110 1001000

Color Harmonies of #A598D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598D9

Black with #A598D9

Text Example


Text Example

White with #A598D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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