Html Css Color HEX #A598DF Wistful

📋 copy color: '#A598DF'

red 165 ◦ green 152 ◦ blue 223

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

Shades of Wistful #A598DF

Tints of Wistful #A598DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 30.56%
G = 28.15%
B = 41.3%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A598DF (or 0xA598DF) is known color: Wistful. HEX triplet: A5, 98 and DF. RGB value is (165,152,223). Sum of RGB (Red+Green+Blue) = 165+152+223=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #A598DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598DF is #5A6720. Grayscale: #A3A3A3. Windows color (decimal): -5924641 or 14653605. OLE color: 14653605.

HSL color Cylindrical-coordinate representation of color #A598DF: hue angle of 250.99º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A598DF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 152 223 -
CMYK 0.26 0.32 0 0.13
HSL 250.99º 0.53% 0.74% -
HSV(B) 250.99º 0.32% 0.87% -
XYZ 40.06 35.78 74.61 -
YUV 163.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 165 152 223 0.26 0.32 0 0.13 250.99 0.53 0.74
Hex A5 98 DF 1A 20 0 D FB 35 4A
Octal 245 230 337 32 40 0 15 373 65 112
Binary 10100101 10011000 11011111 11010 100000 0 1101 11111011 110101 1001010

Color Harmonies of #A598DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598DF

Black with #A598DF

Text Example


Text Example

White with #A598DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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