Html Css Color HEX #A098EE Wistful

📋 copy color: '#A098EE'

red 160 ◦ green 152 ◦ blue 238

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

Shades of Wistful #A098EE

Tints of Wistful #A098EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 29.09%
G = 27.64%
B = 43.27%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A098EE (or 0xA098EE) is known color: Wistful. HEX triplet: A0, 98 and EE. RGB value is (160,152,238). Sum of RGB (Red+Green+Blue) = 160+152+238=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #A098EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A098EE is #5F6711. Grayscale: #A3A3A3. Windows color (decimal): -6252306 or 15636640. OLE color: 15636640.

HSL color Cylindrical-coordinate representation of color #A098EE: hue angle of 245.58º degrees, saturation: 0.72, 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 #A098EE is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 152 238 -
CMYK 0.33 0.36 0 0.07
HSL 245.58º 0.72% 0.76% -
HSV(B) 245.58º 0.36% 0.93% -
XYZ 41.16 36.1 85.69 -
YUV 164.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 160 152 238 0.33 0.36 0 0.07 245.58 0.72 0.76
Hex A0 98 EE 21 24 0 7 F6 48 4C
Octal 240 230 356 41 44 0 7 366 110 114
Binary 10100000 10011000 11101110 100001 100100 0 111 11110110 1001000 1001100

Color Harmonies of #A098EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098EE

Black with #A098EE

Text Example


Text Example

White with #A098EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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