Html Css Color HEX #A098DD Wistful

📋 copy color: '#A098DD'

red 160 ◦ green 152 ◦ blue 221

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

Shades of Wistful #A098DD

Tints of Wistful #A098DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 30.02%
G = 28.52%
B = 41.46%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A098DD (or 0xA098DD) is known color: Wistful. HEX triplet: A0, 98 and DD. RGB value is (160,152,221). Sum of RGB (Red+Green+Blue) = 160+152+221=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #A098DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098DD is #5F6722. Grayscale: #A1A1A1. Windows color (decimal): -6252323 or 14522528. OLE color: 14522528.

HSL color Cylindrical-coordinate representation of color #A098DD: hue angle of 246.96º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A098DD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 152 221 -
CMYK 0.28 0.31 0 0.13
HSL 246.96º 0.5% 0.73% -
HSV(B) 246.96º 0.31% 0.87% -
XYZ 38.78 35.15 73.15 -
YUV 162.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 160 152 221 0.28 0.31 0 0.13 246.96 0.5 0.73
Hex A0 98 DD 1C 1F 0 D F7 32 49
Octal 240 230 335 34 37 0 15 367 62 111
Binary 10100000 10011000 11011101 11100 11111 0 1101 11110111 110010 1001001

Color Harmonies of #A098DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098DD

Black with #A098DD

Text Example


Text Example

White with #A098DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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