Html Css Color HEX #A098EC Wistful

📋 copy color: '#A098EC'

red 160 ◦ green 152 ◦ blue 236

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

Shades of Wistful #A098EC

Tints of Wistful #A098EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 29.2%
G = 27.74%
B = 43.07%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A098EC (or 0xA098EC) is known color: Wistful. HEX triplet: A0, 98 and EC. RGB value is (160,152,236). Sum of RGB (Red+Green+Blue) = 160+152+236=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #A098EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A098EC is #5F6713. Grayscale: #A3A3A3. Windows color (decimal): -6252308 or 15505568. OLE color: 15505568.

HSL color Cylindrical-coordinate representation of color #A098EC: hue angle of 245.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A098EC is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 152 236 -
CMYK 0.32 0.36 0 0.07
HSL 245.71º 0.69% 0.76% -
HSV(B) 245.71º 0.36% 0.93% -
XYZ 40.87 35.99 84.15 -
YUV 163.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 160 152 236 0.32 0.36 0 0.07 245.71 0.69 0.76
Hex A0 98 EC 20 24 0 7 F6 45 4C
Octal 240 230 354 40 44 0 7 366 105 114
Binary 10100000 10011000 11101100 100000 100100 0 111 11110110 1000101 1001100

Color Harmonies of #A098EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098EC

Black with #A098EC

Text Example


Text Example

White with #A098EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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