Html Css Color HEX #A598DD Wistful

📋 copy color: '#A598DD'

red 165 ◦ green 152 ◦ blue 221

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

Shades of Wistful #A598DD

Tints of Wistful #A598DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 30.67%
G = 28.25%
B = 41.08%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A598DD (or 0xA598DD) is known color: Wistful. HEX triplet: A5, 98 and DD. RGB value is (165,152,221). Sum of RGB (Red+Green+Blue) = 165+152+221=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #A598DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598DD is #5A6722. Grayscale: #A3A3A3. Windows color (decimal): -5924643 or 14522533. OLE color: 14522533.

HSL color Cylindrical-coordinate representation of color #A598DD: hue angle of 251.3º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A598DD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 152 221 -
CMYK 0.25 0.31 0 0.13
HSL 251.3º 0.5% 0.73% -
HSV(B) 251.3º 0.31% 0.87% -
XYZ 39.8 35.68 73.2 -
YUV 163.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 165 152 221 0.25 0.31 0 0.13 251.3 0.5 0.73
Hex A5 98 DD 19 1F 0 D FB 32 49
Octal 245 230 335 31 37 0 15 373 62 111
Binary 10100101 10011000 11011101 11001 11111 0 1101 11111011 110010 1001001

Color Harmonies of #A598DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598DD

Black with #A598DD

Text Example


Text Example

White with #A598DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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