Html Css Color HEX #A598DB Wistful

📋 copy color: '#A598DB'

red 165 ◦ green 152 ◦ blue 219

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

Shades of Wistful #A598DB

Tints of Wistful #A598DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 30.78%
G = 28.36%
B = 40.86%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A598DB (or 0xA598DB) is known color: Wistful. HEX triplet: A5, 98 and DB. RGB value is (165,152,219). Sum of RGB (Red+Green+Blue) = 165+152+219=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #A598DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598DB is #5A6724. Grayscale: #A3A3A3. Windows color (decimal): -5924645 or 14391461. OLE color: 14391461.

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

Color convert

RGB 165 152 219 -
CMYK 0.25 0.31 0 0.14
HSL 251.64º 0.48% 0.73% -
HSV(B) 251.64º 0.31% 0.86% -
XYZ 39.53 35.57 71.8 -
YUV 163.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 165 152 219 0.25 0.31 0 0.14 251.64 0.48 0.73
Hex A5 98 DB 19 1F 0 E FC 30 49
Octal 245 230 333 31 37 0 16 374 60 111
Binary 10100101 10011000 11011011 11001 11111 0 1110 11111100 110000 1001001

Color Harmonies of #A598DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598DB

Black with #A598DB

Text Example


Text Example

White with #A598DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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