Html Css Color HEX #A098E6 Wistful

📋 copy color: '#A098E6'

red 160 ◦ green 152 ◦ blue 230

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

Shades of Wistful #A098E6

Tints of Wistful #A098E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.44%

R = 29.52%
G = 28.04%
B = 42.44%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A098E6 (or 0xA098E6) is known color: Wistful. HEX triplet: A0, 98 and E6. RGB value is (160,152,230). Sum of RGB (Red+Green+Blue) = 160+152+230=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #A098E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A098E6 is #5F6719. Grayscale: #A2A2A2. Windows color (decimal): -6252314 or 15112352. OLE color: 15112352.

HSL color Cylindrical-coordinate representation of color #A098E6: hue angle of 246.15º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A098E6 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 152 230 -
CMYK 0.30 0.34 0 0.10
HSL 246.15º 0.61% 0.75% -
HSV(B) 246.15º 0.34% 0.9% -
XYZ 40.01 35.64 79.63 -
YUV 163.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 160 152 230 0.30 0.34 0 0.10 246.15 0.61 0.75
Hex A0 98 E6 1E 22 0 A F6 3D 4B
Octal 240 230 346 36 42 0 12 366 75 113
Binary 10100000 10011000 11100110 11110 100010 0 1010 11110110 111101 1001011

Color Harmonies of #A098E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098E6

Black with #A098E6

Text Example


Text Example

White with #A098E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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