Html Css Color HEX #A098D0 Wistful

📋 copy color: '#A098D0'

red 160 ◦ green 152 ◦ blue 208

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

Shades of Wistful #A098D0

Tints of Wistful #A098D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40%

R = 30.77%
G = 29.23%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A098D0 (or 0xA098D0) is known color: Wistful. HEX triplet: A0, 98 and D0. RGB value is (160,152,208). Sum of RGB (Red+Green+Blue) = 160+152+208=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #A098D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098D0 is #5F672F. Grayscale: #A0A0A0. Windows color (decimal): -6252336 or 13670560. OLE color: 13670560.

HSL color Cylindrical-coordinate representation of color #A098D0: hue angle of 248.57º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A098D0 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 152 208 -
CMYK 0.23 0.27 0 0.18
HSL 248.57º 0.37% 0.71% -
HSV(B) 248.57º 0.27% 0.82% -
XYZ 37.11 34.48 64.37 -
YUV 160.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 160 152 208 0.23 0.27 0 0.18 248.57 0.37 0.71
Hex A0 98 D0 17 1B 0 12 F9 25 47
Octal 240 230 320 27 33 0 22 371 45 107
Binary 10100000 10011000 11010000 10111 11011 0 10010 11111001 100101 1000111

Color Harmonies of #A098D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098D0

Black with #A098D0

Text Example


Text Example

White with #A098D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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