Html Css Color HEX #A098DA Wistful

📋 copy color: '#A098DA'

red 160 ◦ green 152 ◦ blue 218

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

Shades of Wistful #A098DA

Tints of Wistful #A098DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 30.19%
G = 28.68%
B = 41.13%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A098DA (or 0xA098DA) is known color: Wistful. HEX triplet: A0, 98 and DA. RGB value is (160,152,218). Sum of RGB (Red+Green+Blue) = 160+152+218=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A098DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098DA is #5F6725. Grayscale: #A1A1A1. Windows color (decimal): -6252326 or 14325920. OLE color: 14325920.

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

Color convert

RGB 160 152 218 -
CMYK 0.27 0.30 0 0.15
HSL 247.27º 0.47% 0.73% -
HSV(B) 247.27º 0.3% 0.85% -
XYZ 38.38 34.99 71.06 -
YUV 161.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 160 152 218 0.27 0.30 0 0.15 247.27 0.47 0.73
Hex A0 98 DA 1B 1E 0 F F7 2F 49
Octal 240 230 332 33 36 0 17 367 57 111
Binary 10100000 10011000 11011010 11011 11110 0 1111 11110111 101111 1001001

Color Harmonies of #A098DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098DA

Black with #A098DA

Text Example


Text Example

White with #A098DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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