Html Css Color HEX #A098C6 Wistful

📋 copy color: '#A098C6'

red 160 ◦ green 152 ◦ blue 198

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

Shades of Wistful #A098C6

Tints of Wistful #A098C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.82%

R = 31.37%
G = 29.8%
B = 38.82%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A098C6 (or 0xA098C6) is known color: Wistful. HEX triplet: A0, 98 and C6. RGB value is (160,152,198). Sum of RGB (Red+Green+Blue) = 160+152+198=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #A098C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098C6 is #5F6739. Grayscale: #9F9F9F. Windows color (decimal): -6252346 or 13015200. OLE color: 13015200.

HSL color Cylindrical-coordinate representation of color #A098C6: hue angle of 250.43º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A098C6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 152 198 -
CMYK 0.19 0.23 0 0.22
HSL 250.43º 0.29% 0.69% -
HSV(B) 250.43º 0.23% 0.78% -
XYZ 35.92 34.01 58.1 -
YUV 159.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 160 152 198 0.19 0.23 0 0.22 250.43 0.29 0.69
Hex A0 98 C6 13 17 0 16 FA 1D 45
Octal 240 230 306 23 27 0 26 372 35 105
Binary 10100000 10011000 11000110 10011 10111 0 10110 11111010 11101 1000101

Color Harmonies of #A098C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098C6

Black with #A098C6

Text Example


Text Example

White with #A098C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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