Html Css Color HEX #A198C9 Wistful

📋 copy color: '#A198C9'

red 161 ◦ green 152 ◦ blue 201

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

Shades of Wistful #A198C9

Tints of Wistful #A198C9

RGB

 RED value IS 161 (63.28% from 255) = 31.32%

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

 BLUE value IS 201 (78.91% from 255) = 39.11%

R = 31.32%
G = 29.57%
B = 39.11%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A198C9 (or 0xA198C9) is known color: Wistful. HEX triplet: A1, 98 and C9. RGB value is (161,152,201). Sum of RGB (Red+Green+Blue) = 161+152+201=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #A198C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198C9 is #5E6736. Grayscale: #A0A0A0. Windows color (decimal): -6186807 or 13211809. OLE color: 13211809.

HSL color Cylindrical-coordinate representation of color #A198C9: hue angle of 251.02º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A198C9 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 152 201 -
CMYK 0.20 0.24 0 0.21
HSL 251.02º 0.31% 0.69% -
HSV(B) 251.02º 0.24% 0.79% -
XYZ 36.47 34.25 59.95 -
YUV 160.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 161 152 201 0.20 0.24 0 0.21 251.02 0.31 0.69
Hex A1 98 C9 14 18 0 15 FB 1F 45
Octal 241 230 311 24 30 0 25 373 37 105
Binary 10100001 10011000 11001001 10100 11000 0 10101 11111011 11111 1000101

Color Harmonies of #A198C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A198C9

Black with #A198C9

Text Example


Text Example

White with #A198C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A198C9; }

 p { color: rgb(161,152,201); }

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

background-color css

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

 a { background-color: rgb(161,152,201); }

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

border-color css

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

 span { border-color: rgb(161,152,201); }

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