Html Css Color HEX #A598CF Wistful

📋 copy color: '#A598CF'

red 165 ◦ green 152 ◦ blue 207

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

Shades of Wistful #A598CF

Tints of Wistful #A598CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 31.49%
G = 29.01%
B = 39.5%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A598CF (or 0xA598CF) is known color: Wistful. HEX triplet: A5, 98 and CF. RGB value is (165,152,207). Sum of RGB (Red+Green+Blue) = 165+152+207=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #A598CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598CF is #5A6730. Grayscale: #A1A1A1. Windows color (decimal): -5924657 or 13605029. OLE color: 13605029.

HSL color Cylindrical-coordinate representation of color #A598CF: hue angle of 254.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A598CF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 152 207 -
CMYK 0.20 0.27 0 0.19
HSL 254.18º 0.36% 0.7% -
HSV(B) 254.18º 0.27% 0.81% -
XYZ 38.01 34.96 63.78 -
YUV 162.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 165 152 207 0.20 0.27 0 0.19 254.18 0.36 0.7
Hex A5 98 CF 14 1B 0 13 FE 24 46
Octal 245 230 317 24 33 0 23 376 44 106
Binary 10100101 10011000 11001111 10100 11011 0 10011 11111110 100100 1000110

Color Harmonies of #A598CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598CF

Black with #A598CF

Text Example


Text Example

White with #A598CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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