Html Css Color HEX #A598D3 Wistful

📋 copy color: '#A598D3'

red 165 ◦ green 152 ◦ blue 211

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

Shades of Wistful #A598D3

Tints of Wistful #A598D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.96%

R = 31.25%
G = 28.79%
B = 39.96%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A598D3 (or 0xA598D3) is known color: Wistful. HEX triplet: A5, 98 and D3. RGB value is (165,152,211). Sum of RGB (Red+Green+Blue) = 165+152+211=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #A598D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598D3 is #5A672C. Grayscale: #A2A2A2. Windows color (decimal): -5924653 or 13867173. OLE color: 13867173.

HSL color Cylindrical-coordinate representation of color #A598D3: hue angle of 253.22º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A598D3 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 152 211 -
CMYK 0.22 0.28 0 0.17
HSL 253.22º 0.4% 0.71% -
HSV(B) 253.22º 0.28% 0.83% -
XYZ 38.5 35.16 66.39 -
YUV 162.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 165 152 211 0.22 0.28 0 0.17 253.22 0.4 0.71
Hex A5 98 D3 16 1C 0 11 FD 28 47
Octal 245 230 323 26 34 0 21 375 50 107
Binary 10100101 10011000 11010011 10110 11100 0 10001 11111101 101000 1000111

Color Harmonies of #A598D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598D3

Black with #A598D3

Text Example


Text Example

White with #A598D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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