Html Css Color HEX #A098EB Wistful

📋 copy color: '#A098EB'

red 160 ◦ green 152 ◦ blue 235

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

Shades of Wistful #A098EB

Tints of Wistful #A098EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 29.25%
G = 27.79%
B = 42.96%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A098EB (or 0xA098EB) is known color: Wistful. HEX triplet: A0, 98 and EB. RGB value is (160,152,235). Sum of RGB (Red+Green+Blue) = 160+152+235=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #A098EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A098EB is #5F6714. Grayscale: #A3A3A3. Windows color (decimal): -6252309 or 15440032. OLE color: 15440032.

HSL color Cylindrical-coordinate representation of color #A098EB: hue angle of 245.78º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A098EB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 152 235 -
CMYK 0.32 0.35 0 0.08
HSL 245.78º 0.67% 0.76% -
HSV(B) 245.78º 0.35% 0.92% -
XYZ 40.72 35.93 83.39 -
YUV 163.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 160 152 235 0.32 0.35 0 0.08 245.78 0.67 0.76
Hex A0 98 EB 20 23 0 8 F6 43 4C
Octal 240 230 353 40 43 0 10 366 103 114
Binary 10100000 10011000 11101011 100000 100011 0 1000 11110110 1000011 1001100

Color Harmonies of #A098EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098EB

Black with #A098EB

Text Example


Text Example

White with #A098EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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