Html Css Color HEX #A098D8 Wistful

📋 copy color: '#A098D8'

red 160 ◦ green 152 ◦ blue 216

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

Shades of Wistful #A098D8

Tints of Wistful #A098D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 30.3%
G = 28.79%
B = 40.91%

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

#A098D8 (or 0xA098D8) is known color: Wistful. HEX triplet: A0, 98 and D8. RGB value is (160,152,216). Sum of RGB (Red+Green+Blue) = 160+152+216=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #A098D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098D8 is #5F6727. Grayscale: #A1A1A1. Windows color (decimal): -6252328 or 14194848. OLE color: 14194848.

HSL color Cylindrical-coordinate representation of color #A098D8: hue angle of 247.5º degrees, saturation: 0.45, 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 #A098D8 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 152 216 -
CMYK 0.26 0.30 0 0.15
HSL 247.5º 0.45% 0.72% -
HSV(B) 247.5º 0.3% 0.85% -
XYZ 38.12 34.89 69.69 -
YUV 161.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 160 152 216 0.26 0.30 0 0.15 247.5 0.45 0.72
Hex A0 98 D8 1A 1E 0 F F8 2D 48
Octal 240 230 330 32 36 0 17 370 55 110
Binary 10100000 10011000 11011000 11010 11110 0 1111 11111000 101101 1001000

Color Harmonies of #A098D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098D8

Black with #A098D8

Text Example


Text Example

White with #A098D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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