Html Css Color HEX #A098D9 Wistful

📋 copy color: '#A098D9'

red 160 ◦ green 152 ◦ blue 217

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

Shades of Wistful #A098D9

Tints of Wistful #A098D9

RGB

 RED value IS 160 (62.89% from 255) = 30.25%

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

 BLUE value IS 217 (85.16% from 255) = 41.02%

R = 30.25%
G = 28.73%
B = 41.02%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A098D9 (or 0xA098D9) is known color: Wistful. HEX triplet: A0, 98 and D9. RGB value is (160,152,217). Sum of RGB (Red+Green+Blue) = 160+152+217=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #A098D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098D9 is #5F6726. Grayscale: #A1A1A1. Windows color (decimal): -6252327 or 14260384. OLE color: 14260384.

HSL color Cylindrical-coordinate representation of color #A098D9: hue angle of 247.38º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A098D9 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 152 217 -
CMYK 0.26 0.30 0 0.15
HSL 247.38º 0.46% 0.72% -
HSV(B) 247.38º 0.3% 0.85% -
XYZ 38.25 34.94 70.37 -
YUV 161.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 160 152 217 0.26 0.30 0 0.15 247.38 0.46 0.72
Hex A0 98 D9 1A 1E 0 F F7 2E 48
Octal 240 230 331 32 36 0 17 367 56 110
Binary 10100000 10011000 11011001 11010 11110 0 1111 11110111 101110 1001000

Color Harmonies of #A098D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098D9

Black with #A098D9

Text Example


Text Example

White with #A098D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098D9; }

 p { color: rgb(160,152,217); }

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

background-color css

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

 a { background-color: rgb(160,152,217); }

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

border-color css

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

 span { border-color: rgb(160,152,217); }

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